Html Css Color HEX #EFE17D Light Goldenrod

📋 copy color: '#EFE17D'

red 239 ◦ green 225 ◦ blue 125

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

Shades of Light Goldenrod #EFE17D

Tints of Light Goldenrod #EFE17D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.2%

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

R = 40.58%
G = 38.2%
B = 21.22%

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

#EFE17D (or 0xEFE17D) is known color: Light Goldenrod. HEX triplet: EF, E1 and 7D. RGB value is (239,225,125). Sum of RGB (Red+Green+Blue) = 239+225+125=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 225 (88.28% from 255 or 38.20% from 589); Blue value is 125 (49.22% from 255 or 21.22% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE17D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE17D is #101E82. Grayscale: #DADADA. Windows color (decimal): -1056387 or 8249839. OLE color: 8249839.

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

Color convert

RGB 239 225 125 -
CMYK 0 0.06 0.48 0.06
HSL 52.63º 0.78% 0.71% -
HSV(B) 52.63º 0.48% 0.94% -
XYZ 66.22 73.68 30.13 -
YUV 217.79 75.64 143.13 -
System Red Green Blue C M Y K H S L
Decimal 239 225 125 0 0.06 0.48 0.06 52.63 0.78 0.71
Hex EF E1 7D 0 6 30 6 35 4E 47
Octal 357 341 175 0 6 60 6 65 116 107
Binary 11101111 11100001 1111101 0 110 110000 110 110101 1001110 1000111

Color Harmonies of #EFE17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE17D

Black with #EFE17D

Text Example


Text Example

White with #EFE17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE17D; }

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

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

background-color css

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

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

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

border-color css

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

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

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