Html Css Color HEX #ECE2AA Pale Goldenrod

📋 copy color: '#ECE2AA'

red 236 ◦ green 226 ◦ blue 170

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

Shades of Pale Goldenrod #ECE2AA

Tints of Pale Goldenrod #ECE2AA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.76%

 BLUE value IS 170 (66.8% from 255) = 26.9%

R = 37.34%
G = 35.76%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#ECE2AA (or 0xECE2AA) is known color: Pale Goldenrod. HEX triplet: EC, E2 and AA. RGB value is (236,226,170). Sum of RGB (Red+Green+Blue) = 236+226+170=632 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.34% from 632); Green value is 226 (88.67% from 255 or 35.76% from 632); Blue value is 170 (66.80% from 255 or 26.90% from 632); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE2AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE2AA is #131D55. Grayscale: #DEDEDE. Windows color (decimal): -1252694 or 11199212. OLE color: 11199212.

HSL color Cylindrical-coordinate representation of color #ECE2AA: hue angle of 50.91º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECE2AA is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 226 170 -
CMYK 0 0.04 0.28 0.07
HSL 50.91º 0.63% 0.8% -
HSV(B) 50.91º 0.28% 0.93% -
XYZ 69.04 75.13 48.89 -
YUV 222.61 98.31 137.55 -
System Red Green Blue C M Y K H S L
Decimal 236 226 170 0 0.04 0.28 0.07 50.91 0.63 0.8
Hex EC E2 AA 0 4 1C 7 33 3F 50
Octal 354 342 252 0 4 34 7 63 77 120
Binary 11101100 11100010 10101010 0 100 11100 111 110011 111111 1010000

Color Harmonies of #ECE2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE2AA

Black with #ECE2AA

Text Example


Text Example

White with #ECE2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE2AA; }

 p { color: rgb(236,226,170); }

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

background-color css

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

 a { background-color: rgb(236,226,170); }

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

border-color css

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

 span { border-color: rgb(236,226,170); }

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