Html Css Color HEX #ECE2AF Pale Goldenrod

📋 copy color: '#ECE2AF'

red 236 ◦ green 226 ◦ blue 175

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

Shades of Pale Goldenrod #ECE2AF

Tints of Pale Goldenrod #ECE2AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 27.47%

R = 37.05%
G = 35.48%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#ECE2AF (or 0xECE2AF) is known color: Pale Goldenrod. HEX triplet: EC, E2 and AF. RGB value is (236,226,175). Sum of RGB (Red+Green+Blue) = 236+226+175=637 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.05% from 637); Green value is 226 (88.67% from 255 or 35.48% from 637); Blue value is 175 (68.75% from 255 or 27.47% from 637); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE2AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE2AF is #131D50. Grayscale: #DFDFDF. Windows color (decimal): -1252689 or 11526892. OLE color: 11526892.

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

Color convert

RGB 236 226 175 -
CMYK 0 0.04 0.26 0.07
HSL 50.16º 0.62% 0.81% -
HSV(B) 50.16º 0.26% 0.93% -
XYZ 69.53 75.32 51.43 -
YUV 223.18 100.81 137.15 -
System Red Green Blue C M Y K H S L
Decimal 236 226 175 0 0.04 0.26 0.07 50.16 0.62 0.81
Hex EC E2 AF 0 4 1A 7 32 3E 51
Octal 354 342 257 0 4 32 7 62 76 121
Binary 11101100 11100010 10101111 0 100 11010 111 110010 111110 1010001

Color Harmonies of #ECE2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE2AF

Black with #ECE2AF

Text Example


Text Example

White with #ECE2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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