Html Css Color HEX #ECE080 Light Goldenrod

📋 copy color: '#ECE080'

red 236 ◦ green 224 ◦ blue 128

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

Shades of Light Goldenrod #ECE080

Tints of Light Goldenrod #ECE080

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.1%

 BLUE value IS 128 (50.39% from 255) = 21.77%

R = 40.14%
G = 38.1%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ECE080 (or 0xECE080) is known color: Light Goldenrod. HEX triplet: EC, E0 and 80. RGB value is (236,224,128). Sum of RGB (Red+Green+Blue) = 236+224+128=588 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.14% from 588); Green value is 224 (87.89% from 255 or 38.10% from 588); Blue value is 128 (50.39% from 255 or 21.77% from 588); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE080 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE080 is #131F7F. Grayscale: #D9D9D9. Windows color (decimal): -1253248 or 8446188. OLE color: 8446188.

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

Color convert

RGB 236 224 128 -
CMYK 0 0.05 0.46 0.07
HSL 53.33º 0.74% 0.71% -
HSV(B) 53.33º 0.46% 0.93% -
XYZ 65.14 72.7 31.02 -
YUV 216.64 77.98 141.81 -
System Red Green Blue C M Y K H S L
Decimal 236 224 128 0 0.05 0.46 0.07 53.33 0.74 0.71
Hex EC E0 80 0 5 2E 7 35 4A 47
Octal 354 340 200 0 5 56 7 65 112 107
Binary 11101100 11100000 10000000 0 101 101110 111 110101 1001010 1000111

Color Harmonies of #ECE080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE080

Black with #ECE080

Text Example


Text Example

White with #ECE080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE080; }

 p { color: rgb(236,224,128); }

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

background-color css

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

 a { background-color: rgb(236,224,128); }

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

border-color css

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

 span { border-color: rgb(236,224,128); }

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