Html Css Color HEX #ECDD85 Light Goldenrod

📋 copy color: '#ECDD85'

red 236 ◦ green 221 ◦ blue 133

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

Shades of Light Goldenrod #ECDD85

Tints of Light Goldenrod #ECDD85

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.46%

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

R = 40%
G = 37.46%
B = 22.54%

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

#ECDD85 (or 0xECDD85) is known color: Light Goldenrod. HEX triplet: EC, DD and 85. RGB value is (236,221,133). Sum of RGB (Red+Green+Blue) = 236+221+133=590 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 133 (52.34% from 255 or 22.54% from 590); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDD85 is #13227A. Grayscale: #D7D7D7. Windows color (decimal): -1254011 or 8773100. OLE color: 8773100.

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

Color convert

RGB 236 221 133 -
CMYK 0 0.06 0.44 0.07
HSL 51.26º 0.73% 0.72% -
HSV(B) 51.26º 0.44% 0.93% -
XYZ 64.68 71.24 32.53 -
YUV 215.45 81.47 142.66 -
System Red Green Blue C M Y K H S L
Decimal 236 221 133 0 0.06 0.44 0.07 51.26 0.73 0.72
Hex EC DD 85 0 6 2C 7 33 49 48
Octal 354 335 205 0 6 54 7 63 111 110
Binary 11101100 11011101 10000101 0 110 101100 111 110011 1001001 1001000

Color Harmonies of #ECDD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDD85

Black with #ECDD85

Text Example


Text Example

White with #ECDD85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDD85; }

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

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

background-color css

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

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

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

border-color css

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

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

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