Html Css Color HEX #EEDF7C Light Goldenrod

📋 copy color: '#EEDF7C'

red 238 ◦ green 223 ◦ blue 124

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

Shades of Light Goldenrod #EEDF7C

Tints of Light Goldenrod #EEDF7C

RGB

 RED value IS 238 (93.36% from 255) = 40.68%

 GREEN value IS 223 (87.5% from 255) = 38.12%

 BLUE value IS 124 (48.83% from 255) = 21.2%

R = 40.68%
G = 38.12%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EEDF7C (or 0xEEDF7C) is known color: Light Goldenrod. HEX triplet: EE, DF and 7C. RGB value is (238,223,124). Sum of RGB (Red+Green+Blue) = 238+223+124=585 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.68% from 585); Green value is 223 (87.5% from 255 or 38.12% from 585); Blue value is 124 (48.83% from 255 or 21.20% from 585); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDF7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDF7C is #112083. Grayscale: #D8D8D8. Windows color (decimal): -1122436 or 8183790. OLE color: 8183790.

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

Color convert

RGB 238 223 124 -
CMYK 0 0.06 0.48 0.07
HSL 52.11º 0.77% 0.71% -
HSV(B) 52.11º 0.48% 0.93% -
XYZ 65.29 72.41 29.6 -
YUV 216.2 75.97 143.55 -
System Red Green Blue C M Y K H S L
Decimal 238 223 124 0 0.06 0.48 0.07 52.11 0.77 0.71
Hex EE DF 7C 0 6 30 7 34 4D 47
Octal 356 337 174 0 6 60 7 64 115 107
Binary 11101110 11011111 1111100 0 110 110000 111 110100 1001101 1000111

Color Harmonies of #EEDF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDF7C

Black with #EEDF7C

Text Example


Text Example

White with #EEDF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDF7C; }

 p { color: rgb(238,223,124); }

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

background-color css

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

 a { background-color: rgb(238,223,124); }

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

border-color css

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

 span { border-color: rgb(238,223,124); }

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