#EFE081

Color #EFE081 Light Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Goldenrod #EFE081

Tints of Light Goldenrod #EFE081

Color information

#EFE081 (or 0xEFE081) is unknown color: approx Light Goldenrod. HEX triplet: EF, E0 and 81. RGB value is (239,224,129). Sum of RGB (Red+Green+Blue) = 239+224+129=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 224 (87.89% from 255 or 37.84% from 592); Blue value is 129 (50.78% from 255 or 21.79% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE081 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE081 is #101F7E. Grayscale: #DADADA. Windows color (decimal): -1056639 or 8511727. OLE color: 8511727.

HSL color Cylindrical-coordinate representation of color #EFE081: hue angle of 51.82º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EFE081 is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB239224129-
CMYK00.060.460.06
HSL51.82º77.46%72.16%-
HSV(B)51.82º46.03%93.73%-
XYZ66.2173.2531.42-
YUV217.6677.97143.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 40.37%
GREEN value IS 224 (87.89% from 255) = 37.84%
BLUE value IS 129 (50.78% from 255) = 21.79%
R=40.37%
G=37.84%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922412900.060.460.0651.8277.4672.16
HexEFE081062E6344d48
Octal3573402010656664115110
Binary111011111110000010000001011010111011011010010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE081; }

 p { color: rgb(239,224,129); }

 H1.HeaderClassName
 {
   color: #EFE081;
 }
 .AnyTagClassName
 {
   color: #EFE081;
 }
</style>
background-color css

<style>
 a { background-color: #EFE081; }

 a { background-color: rgb(239,224,129); }

 div.DivClassName
 {
   background-color: #EFE081;
 }
 .BgClassName
 {
   background-color: #EFE081;
 }
</style>
border-color css

<style>
 span { border-color: #EFE081; }

 span { border-color: rgb(239,224,129); }

 td.TdClassName
 {
   border-color: #EFE081;
 }
 .TagClassName
 {
   border-color: #EFE081;
 }
</style>