Html Css Color HEX #EFE07D Light Goldenrod

📋 copy color: '#EFE07D'

red 239 ◦ green 224 ◦ blue 125

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

Shades of Light Goldenrod #EFE07D

Tints of Light Goldenrod #EFE07D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.26%

R = 40.65%
G = 38.1%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EFE07D (or 0xEFE07D) is known color: Light Goldenrod. HEX triplet: EF, E0 and 7D. RGB value is (239,224,125). Sum of RGB (Red+Green+Blue) = 239+224+125=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 224 (87.89% from 255 or 38.10% from 588); Blue value is 125 (49.22% from 255 or 21.26% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE07D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE07D is #101F82. Grayscale: #D9D9D9. Windows color (decimal): -1056643 or 8249583. OLE color: 8249583.

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

Color convert

RGB 239 224 125 -
CMYK 0 0.06 0.48 0.06
HSL 52.11º 0.78% 0.71% -
HSV(B) 52.11º 0.48% 0.94% -
XYZ 65.95 73.14 30.04 -
YUV 217.2 75.97 143.55 -
System Red Green Blue C M Y K H S L
Decimal 239 224 125 0 0.06 0.48 0.06 52.11 0.78 0.71
Hex EF E0 7D 0 6 30 6 34 4E 47
Octal 357 340 175 0 6 60 6 64 116 107
Binary 11101111 11100000 1111101 0 110 110000 110 110100 1001110 1000111

Color Harmonies of #EFE07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE07D

Black with #EFE07D

Text Example


Text Example

White with #EFE07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE07D; }

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

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

background-color css

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

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

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

border-color css

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

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

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