Html Css Color HEX #ECE3A2 Pale Goldenrod

📋 copy color: '#ECE3A2'

red 236 ◦ green 227 ◦ blue 162

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

Shades of Pale Goldenrod #ECE3A2

Tints of Pale Goldenrod #ECE3A2

RGB

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

 GREEN value IS 227 (89.06% from 255) = 36.32%

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

R = 37.76%
G = 36.32%
B = 25.92%

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

#ECE3A2 (or 0xECE3A2) is known color: Pale Goldenrod. HEX triplet: EC, E3 and A2. RGB value is (236,227,162). Sum of RGB (Red+Green+Blue) = 236+227+162=625 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.76% from 625); Green value is 227 (89.06% from 255 or 36.32% from 625); Blue value is 162 (63.67% from 255 or 25.92% from 625); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE3A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE3A2 is #131C5D. Grayscale: #DEDEDE. Windows color (decimal): -1252446 or 10675180. OLE color: 10675180.

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

Color convert

RGB 236 227 162 -
CMYK 0 0.04 0.31 0.07
HSL 52.7º 0.66% 0.78% -
HSV(B) 52.7º 0.31% 0.93% -
XYZ 68.58 75.38 45.12 -
YUV 222.28 93.98 137.79 -
System Red Green Blue C M Y K H S L
Decimal 236 227 162 0 0.04 0.31 0.07 52.7 0.66 0.78
Hex EC E3 A2 0 4 1F 7 35 42 4E
Octal 354 343 242 0 4 37 7 65 102 116
Binary 11101100 11100011 10100010 0 100 11111 111 110101 1000010 1001110

Color Harmonies of #ECE3A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE3A2

Black with #ECE3A2

Text Example


Text Example

White with #ECE3A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE3A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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