Html Css Color HEX #ECECA2 Pale Goldenrod

📋 copy color: '#ECECA2'

red 236 ◦ green 236 ◦ blue 162

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

Shades of Pale Goldenrod #ECECA2

Tints of Pale Goldenrod #ECECA2

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.22%

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

R = 37.22%
G = 37.22%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#ECECA2 (or 0xECECA2) is known color: Pale Goldenrod. HEX triplet: EC, EC and A2. RGB value is (236,236,162). Sum of RGB (Red+Green+Blue) = 236+236+162=634 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.22% from 634); Green value is 236 (92.58% from 255 or 37.22% from 634); Blue value is 162 (63.67% from 255 or 25.55% from 634); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECECA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECECA2 is #13135D. Grayscale: #E3E3E3. Windows color (decimal): -1250142 or 10677484. OLE color: 10677484.

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

Color convert

RGB 236 236 162 -
CMYK 0 0 0.31 0.07
HSL 60º 0.66% 0.78% -
HSV(B) 60º 0.31% 0.93% -
XYZ 71.11 80.43 45.96 -
YUV 227.56 91 134.02 -
System Red Green Blue C M Y K H S L
Decimal 236 236 162 0 0 0.31 0.07 60 0.66 0.78
Hex EC EC A2 0 0 1F 7 3C 42 4E
Octal 354 354 242 0 0 37 7 74 102 116
Binary 11101100 11101100 10100010 0 0 11111 111 111100 1000010 1001110

Color Harmonies of #ECECA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECECA2

Black with #ECECA2

Text Example


Text Example

White with #ECECA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECECA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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