Html Css Color HEX #ECE2A2 Pale Goldenrod

📋 copy color: '#ECE2A2'

red 236 ◦ green 226 ◦ blue 162

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

Shades of Pale Goldenrod #ECE2A2

Tints of Pale Goldenrod #ECE2A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 25.96%

R = 37.82%
G = 36.22%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#ECE2A2 (or 0xECE2A2) is known color: Pale Goldenrod. HEX triplet: EC, E2 and A2. RGB value is (236,226,162). Sum of RGB (Red+Green+Blue) = 236+226+162=624 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.82% from 624); Green value is 226 (88.67% from 255 or 36.22% from 624); Blue value is 162 (63.67% from 255 or 25.96% from 624); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE2A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE2A2 is #131D5D. Grayscale: #DDDDDD. Windows color (decimal): -1252702 or 10674924. OLE color: 10674924.

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

Color convert

RGB 236 226 162 -
CMYK 0 0.04 0.31 0.07
HSL 51.89º 0.66% 0.78% -
HSV(B) 51.89º 0.31% 0.93% -
XYZ 68.31 74.83 45.03 -
YUV 221.69 94.31 138.2 -
System Red Green Blue C M Y K H S L
Decimal 236 226 162 0 0.04 0.31 0.07 51.89 0.66 0.78
Hex EC E2 A2 0 4 1F 7 34 42 4E
Octal 354 342 242 0 4 37 7 64 102 116
Binary 11101100 11100010 10100010 0 100 11111 111 110100 1000010 1001110

Color Harmonies of #ECE2A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE2A2

Black with #ECE2A2

Text Example


Text Example

White with #ECE2A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE2A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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