Html Css Color HEX #ECE1A2 Pale Goldenrod

📋 copy color: '#ECE1A2'

red 236 ◦ green 225 ◦ blue 162

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

Shades of Pale Goldenrod #ECE1A2

Tints of Pale Goldenrod #ECE1A2

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.12%

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

R = 37.88%
G = 36.12%
B = 26%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#ECE1A2 (or 0xECE1A2) is known color: Pale Goldenrod. HEX triplet: EC, E1 and A2. RGB value is (236,225,162). Sum of RGB (Red+Green+Blue) = 236+225+162=623 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.88% from 623); Green value is 225 (88.28% from 255 or 36.12% from 623); Blue value is 162 (63.67% from 255 or 26.00% from 623); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE1A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE1A2 is #131E5D. Grayscale: #DDDDDD. Windows color (decimal): -1252958 or 10674668. OLE color: 10674668.

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

Color convert

RGB 236 225 162 -
CMYK 0 0.05 0.31 0.07
HSL 51.08º 0.66% 0.78% -
HSV(B) 51.08º 0.31% 0.93% -
XYZ 68.04 74.29 44.94 -
YUV 221.11 94.64 138.62 -
System Red Green Blue C M Y K H S L
Decimal 236 225 162 0 0.05 0.31 0.07 51.08 0.66 0.78
Hex EC E1 A2 0 5 1F 7 33 42 4E
Octal 354 341 242 0 5 37 7 63 102 116
Binary 11101100 11100001 10100010 0 101 11111 111 110011 1000010 1001110

Color Harmonies of #ECE1A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE1A2

Black with #ECE1A2

Text Example


Text Example

White with #ECE1A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE1A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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