Html Css Color HEX #ECDC7E Light Goldenrod

📋 copy color: '#ECDC7E'

red 236 ◦ green 220 ◦ blue 126

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

Shades of Light Goldenrod #ECDC7E

Tints of Light Goldenrod #ECDC7E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.8%

 BLUE value IS 126 (49.61% from 255) = 21.65%

R = 40.55%
G = 37.8%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ECDC7E (or 0xECDC7E) is known color: Light Goldenrod. HEX triplet: EC, DC and 7E. RGB value is (236,220,126). Sum of RGB (Red+Green+Blue) = 236+220+126=582 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.55% from 582); Green value is 220 (86.33% from 255 or 37.80% from 582); Blue value is 126 (49.61% from 255 or 21.65% from 582); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDC7E is #132381. Grayscale: #D6D6D6. Windows color (decimal): -1254274 or 8314092. OLE color: 8314092.

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

Color convert

RGB 236 220 126 -
CMYK 0 0.07 0.47 0.07
HSL 51.27º 0.74% 0.71% -
HSV(B) 51.27º 0.47% 0.93% -
XYZ 63.95 70.53 29.98 -
YUV 214.07 78.3 143.64 -
System Red Green Blue C M Y K H S L
Decimal 236 220 126 0 0.07 0.47 0.07 51.27 0.74 0.71
Hex EC DC 7E 0 7 2F 7 33 4A 47
Octal 354 334 176 0 7 57 7 63 112 107
Binary 11101100 11011100 1111110 0 111 101111 111 110011 1001010 1000111

Color Harmonies of #ECDC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDC7E

Black with #ECDC7E

Text Example


Text Example

White with #ECDC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDC7E; }

 p { color: rgb(236,220,126); }

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

background-color css

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

 a { background-color: rgb(236,220,126); }

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

border-color css

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

 span { border-color: rgb(236,220,126); }

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