Html Css Color HEX #EFE084 Light Goldenrod

📋 copy color: '#EFE084'

red 239 ◦ green 224 ◦ blue 132

#EFE084
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Goldenrod #EFE084

Tints of Light Goldenrod #EFE084

RGB

 RED value IS 239 (93.75% from 255) = 40.17%

 GREEN value IS 224 (87.89% from 255) = 37.65%

 BLUE value IS 132 (51.95% from 255) = 22.18%

R = 40.17%
G = 37.65%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#EFE084 (or 0xEFE084) is known color: Light Goldenrod. HEX triplet: EF, E0 and 84. RGB value is (239,224,132). Sum of RGB (Red+Green+Blue) = 239+224+132=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 224 (87.89% from 255 or 37.65% from 595); Blue value is 132 (51.95% from 255 or 22.18% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE084 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE084 is #101F7B. Grayscale: #DADADA. Windows color (decimal): -1056636 or 8708335. OLE color: 8708335.

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

Color convert

RGB 239 224 132 -
CMYK 0 0.06 0.45 0.06
HSL 51.59º 0.77% 0.73% -
HSV(B) 51.59º 0.45% 0.94% -
XYZ 66.42 73.33 32.48 -
YUV 218 79.47 142.98 -
System Red Green Blue C M Y K H S L
Decimal 239 224 132 0 0.06 0.45 0.06 51.59 0.77 0.73
Hex EF E0 84 0 6 2D 6 34 4D 49
Octal 357 340 204 0 6 55 6 64 115 111
Binary 11101111 11100000 10000100 0 110 101101 110 110100 1001101 1001001

Color Harmonies of #EFE084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE084

Black with #EFE084

Text Example


Text Example

White with #EFE084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE084; }

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

 H1.HeaderClassName
 {
   color: #EFE084;
 }
 .AnyTagClassName
 {
   color: #EFE084;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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