Html Css Color HEX #ECE4A0 Pale Goldenrod

📋 copy color: '#ECE4A0'

red 236 ◦ green 228 ◦ blue 160

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

Shades of Pale Goldenrod #ECE4A0

Tints of Pale Goldenrod #ECE4A0

RGB

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

 GREEN value IS 228 (89.45% from 255) = 36.54%

 BLUE value IS 160 (62.89% from 255) = 25.64%

R = 37.82%
G = 36.54%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#ECE4A0 (or 0xECE4A0) is known color: Pale Goldenrod. HEX triplet: EC, E4 and A0. RGB value is (236,228,160). Sum of RGB (Red+Green+Blue) = 236+228+160=624 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.82% from 624); Green value is 228 (89.45% from 255 or 36.54% from 624); Blue value is 160 (62.89% from 255 or 25.64% from 624); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE4A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE4A0 is #131B5F. Grayscale: #DEDEDE. Windows color (decimal): -1252192 or 10544364. OLE color: 10544364.

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

Color convert

RGB 236 228 160 -
CMYK 0 0.03 0.32 0.07
HSL 53.68º 0.67% 0.78% -
HSV(B) 53.68º 0.32% 0.93% -
XYZ 68.68 75.86 44.28 -
YUV 222.64 92.65 137.53 -
System Red Green Blue C M Y K H S L
Decimal 236 228 160 0 0.03 0.32 0.07 53.68 0.67 0.78
Hex EC E4 A0 0 3 20 7 36 43 4E
Octal 354 344 240 0 3 40 7 66 103 116
Binary 11101100 11100100 10100000 0 11 100000 111 110110 1000011 1001110

Color Harmonies of #ECE4A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE4A0

Black with #ECE4A0

Text Example


Text Example

White with #ECE4A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE4A0; }

 p { color: rgb(236,228,160); }

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

background-color css

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

 a { background-color: rgb(236,228,160); }

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

border-color css

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

 span { border-color: rgb(236,228,160); }

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