Html Css Color HEX #ECE2AB Pale Goldenrod

📋 copy color: '#ECE2AB'

red 236 ◦ green 226 ◦ blue 171

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

Shades of Pale Goldenrod #ECE2AB

Tints of Pale Goldenrod #ECE2AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 27.01%

R = 37.28%
G = 35.7%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#ECE2AB (or 0xECE2AB) is known color: Pale Goldenrod. HEX triplet: EC, E2 and AB. RGB value is (236,226,171). Sum of RGB (Red+Green+Blue) = 236+226+171=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 226 (88.67% from 255 or 35.70% from 633); Blue value is 171 (67.19% from 255 or 27.01% from 633); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE2AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE2AB is #131D54. Grayscale: #DEDEDE. Windows color (decimal): -1252693 or 11264748. OLE color: 11264748.

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

Color convert

RGB 236 226 171 -
CMYK 0 0.04 0.28 0.07
HSL 50.77º 0.63% 0.8% -
HSV(B) 50.77º 0.28% 0.93% -
XYZ 69.14 75.17 49.39 -
YUV 222.72 98.81 137.47 -
System Red Green Blue C M Y K H S L
Decimal 236 226 171 0 0.04 0.28 0.07 50.77 0.63 0.8
Hex EC E2 AB 0 4 1C 7 33 3F 50
Octal 354 342 253 0 4 34 7 63 77 120
Binary 11101100 11100010 10101011 0 100 11100 111 110011 111111 1010000

Color Harmonies of #ECE2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE2AB

Black with #ECE2AB

Text Example


Text Example

White with #ECE2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE2AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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