Html Css Color HEX #ECE2A5 Pale Goldenrod

📋 copy color: '#ECE2A5'

red 236 ◦ green 226 ◦ blue 165

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

Shades of Pale Goldenrod #ECE2A5

Tints of Pale Goldenrod #ECE2A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 26.32%

R = 37.64%
G = 36.04%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#ECE2A5 (or 0xECE2A5) is known color: Pale Goldenrod. HEX triplet: EC, E2 and A5. RGB value is (236,226,165). Sum of RGB (Red+Green+Blue) = 236+226+165=627 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.64% from 627); Green value is 226 (88.67% from 255 or 36.04% from 627); Blue value is 165 (64.84% from 255 or 26.32% from 627); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE2A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE2A5 is #131D5A. Grayscale: #DEDEDE. Windows color (decimal): -1252699 or 10871532. OLE color: 10871532.

HSL color Cylindrical-coordinate representation of color #ECE2A5: hue angle of 51.55º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECE2A5 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 226 165 -
CMYK 0 0.04 0.30 0.07
HSL 51.55º 0.65% 0.79% -
HSV(B) 51.55º 0.3% 0.93% -
XYZ 68.58 74.94 46.45 -
YUV 222.04 95.81 137.96 -
System Red Green Blue C M Y K H S L
Decimal 236 226 165 0 0.04 0.30 0.07 51.55 0.65 0.79
Hex EC E2 A5 0 4 1E 7 34 41 4F
Octal 354 342 245 0 4 36 7 64 101 117
Binary 11101100 11100010 10100101 0 100 11110 111 110100 1000001 1001111

Color Harmonies of #ECE2A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE2A5

Black with #ECE2A5

Text Example


Text Example

White with #ECE2A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE2A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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