Html Css Color HEX #EFDE7D Light Goldenrod

📋 copy color: '#EFDE7D'

red 239 ◦ green 222 ◦ blue 125

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

Shades of Light Goldenrod #EFDE7D

Tints of Light Goldenrod #EFDE7D

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.88%

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

R = 40.78%
G = 37.88%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EFDE7D (or 0xEFDE7D) is known color: Light Goldenrod. HEX triplet: EF, DE and 7D. RGB value is (239,222,125). Sum of RGB (Red+Green+Blue) = 239+222+125=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 222 (87.11% from 255 or 37.88% from 586); Blue value is 125 (49.22% from 255 or 21.33% from 586); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDE7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDE7D is #102182. Grayscale: #D8D8D8. Windows color (decimal): -1057155 or 8249071. OLE color: 8249071.

HSL color Cylindrical-coordinate representation of color #EFDE7D: hue angle of 51.05º 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 #EFDE7D is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 222 125 -
CMYK 0 0.07 0.48 0.06
HSL 51.05º 0.78% 0.71% -
HSV(B) 51.05º 0.48% 0.94% -
XYZ 65.42 72.07 29.87 -
YUV 216.03 76.63 144.39 -
System Red Green Blue C M Y K H S L
Decimal 239 222 125 0 0.07 0.48 0.06 51.05 0.78 0.71
Hex EF DE 7D 0 7 30 6 33 4E 47
Octal 357 336 175 0 7 60 6 63 116 107
Binary 11101111 11011110 1111101 0 111 110000 110 110011 1001110 1000111

Color Harmonies of #EFDE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDE7D

Black with #EFDE7D

Text Example


Text Example

White with #EFDE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDE7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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