Html Css Color HEX #ECE2AD Pale Goldenrod

📋 copy color: '#ECE2AD'

red 236 ◦ green 226 ◦ blue 173

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

Shades of Pale Goldenrod #ECE2AD

Tints of Pale Goldenrod #ECE2AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 27.24%

R = 37.17%
G = 35.59%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#ECE2AD (or 0xECE2AD) is known color: Pale Goldenrod. HEX triplet: EC, E2 and AD. RGB value is (236,226,173). Sum of RGB (Red+Green+Blue) = 236+226+173=635 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.17% from 635); Green value is 226 (88.67% from 255 or 35.59% from 635); Blue value is 173 (67.97% from 255 or 27.24% from 635); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE2AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE2AD is #131D52. Grayscale: #DFDFDF. Windows color (decimal): -1252691 or 11395820. OLE color: 11395820.

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

Color convert

RGB 236 226 173 -
CMYK 0 0.04 0.27 0.07
HSL 50.48º 0.62% 0.8% -
HSV(B) 50.48º 0.27% 0.93% -
XYZ 69.33 75.24 50.4 -
YUV 222.95 99.81 137.31 -
System Red Green Blue C M Y K H S L
Decimal 236 226 173 0 0.04 0.27 0.07 50.48 0.62 0.8
Hex EC E2 AD 0 4 1B 7 32 3E 50
Octal 354 342 255 0 4 33 7 62 76 120
Binary 11101100 11100010 10101101 0 100 11011 111 110010 111110 1010000

Color Harmonies of #ECE2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE2AD

Black with #ECE2AD

Text Example


Text Example

White with #ECE2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE2AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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