Html Css Color HEX #ECDE85 Light Goldenrod

📋 copy color: '#ECDE85'

red 236 ◦ green 222 ◦ blue 133

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

Shades of Light Goldenrod #ECDE85

Tints of Light Goldenrod #ECDE85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 22.5%

R = 39.93%
G = 37.56%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#ECDE85 (or 0xECDE85) is known color: Light Goldenrod. HEX triplet: EC, DE and 85. RGB value is (236,222,133). Sum of RGB (Red+Green+Blue) = 236+222+133=591 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.93% from 591); Green value is 222 (87.11% from 255 or 37.56% from 591); Blue value is 133 (52.34% from 255 or 22.50% from 591); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDE85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDE85 is #13217A. Grayscale: #D8D8D8. Windows color (decimal): -1253755 or 8773356. OLE color: 8773356.

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

Color convert

RGB 236 222 133 -
CMYK 0 0.06 0.44 0.07
HSL 51.84º 0.73% 0.72% -
HSV(B) 51.84º 0.44% 0.93% -
XYZ 64.95 71.77 32.62 -
YUV 216.04 81.14 142.24 -
System Red Green Blue C M Y K H S L
Decimal 236 222 133 0 0.06 0.44 0.07 51.84 0.73 0.72
Hex EC DE 85 0 6 2C 7 34 49 48
Octal 354 336 205 0 6 54 7 64 111 110
Binary 11101100 11011110 10000101 0 110 101100 111 110100 1001001 1001000

Color Harmonies of #ECDE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDE85

Black with #ECDE85

Text Example


Text Example

White with #ECDE85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDE85; }

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

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

background-color css

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

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

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

border-color css

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

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

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