Html Css Color HEX #EFE07E Light Goldenrod

📋 copy color: '#EFE07E'

red 239 ◦ green 224 ◦ blue 126

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

Shades of Light Goldenrod #EFE07E

Tints of Light Goldenrod #EFE07E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 21.39%

R = 40.58%
G = 38.03%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EFE07E (or 0xEFE07E) is known color: Light Goldenrod. HEX triplet: EF, E0 and 7E. RGB value is (239,224,126). Sum of RGB (Red+Green+Blue) = 239+224+126=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 224 (87.89% from 255 or 38.03% from 589); Blue value is 126 (49.61% from 255 or 21.39% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE07E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE07E is #101F81. Grayscale: #D9D9D9. Windows color (decimal): -1056642 or 8315119. OLE color: 8315119.

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

Color convert

RGB 239 224 126 -
CMYK 0 0.06 0.47 0.06
HSL 52.04º 0.78% 0.72% -
HSV(B) 52.04º 0.47% 0.94% -
XYZ 66.02 73.17 30.38 -
YUV 217.31 76.47 143.47 -
System Red Green Blue C M Y K H S L
Decimal 239 224 126 0 0.06 0.47 0.06 52.04 0.78 0.72
Hex EF E0 7E 0 6 2F 6 34 4E 48
Octal 357 340 176 0 6 57 6 64 116 110
Binary 11101111 11100000 1111110 0 110 101111 110 110100 1001110 1001000

Color Harmonies of #EFE07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE07E

Black with #EFE07E

Text Example


Text Example

White with #EFE07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE07E; }

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

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

background-color css

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

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

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

border-color css

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

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

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