Html Css Color HEX #ECDE7D Light Goldenrod

📋 copy color: '#ECDE7D'

red 236 ◦ green 222 ◦ blue 125

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

Shades of Light Goldenrod #ECDE7D

Tints of Light Goldenrod #ECDE7D

RGB

 RED value IS 236 (92.58% from 255) = 40.48%

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

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

R = 40.48%
G = 38.08%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ECDE7D (or 0xECDE7D) is known color: Light Goldenrod. HEX triplet: EC, DE and 7D. RGB value is (236,222,125). Sum of RGB (Red+Green+Blue) = 236+222+125=583 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.48% from 583); Green value is 222 (87.11% from 255 or 38.08% from 583); Blue value is 125 (49.22% from 255 or 21.44% from 583); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDE7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDE7D is #132182. Grayscale: #D7D7D7. Windows color (decimal): -1253763 or 8249068. OLE color: 8249068.

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

Color convert

RGB 236 222 125 -
CMYK 0 0.06 0.47 0.07
HSL 52.43º 0.74% 0.71% -
HSV(B) 52.43º 0.47% 0.93% -
XYZ 64.42 71.56 29.82 -
YUV 215.13 77.14 142.89 -
System Red Green Blue C M Y K H S L
Decimal 236 222 125 0 0.06 0.47 0.07 52.43 0.74 0.71
Hex EC DE 7D 0 6 2F 7 34 4A 47
Octal 354 336 175 0 6 57 7 64 112 107
Binary 11101100 11011110 1111101 0 110 101111 111 110100 1001010 1000111

Color Harmonies of #ECDE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDE7D

Black with #ECDE7D

Text Example


Text Example

White with #ECDE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDE7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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