Html Css Color HEX #ECD3A2 Dairy Cream

📋 copy color: '#ECD3A2'

red 236 ◦ green 211 ◦ blue 162

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

Shades of Dairy Cream #ECD3A2

Tints of Dairy Cream #ECD3A2

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.65%

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

R = 38.75%
G = 34.65%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#ECD3A2 (or 0xECD3A2) is known color: Dairy Cream. HEX triplet: EC, D3 and A2. RGB value is (236,211,162). Sum of RGB (Red+Green+Blue) = 236+211+162=609 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.75% from 609); Green value is 211 (82.81% from 255 or 34.65% from 609); Blue value is 162 (63.67% from 255 or 26.60% from 609); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD3A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD3A2 is #132C5D. Grayscale: #D5D5D5. Windows color (decimal): -1256542 or 10671084. OLE color: 10671084.

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

Color convert

RGB 236 211 162 -
CMYK 0 0.11 0.31 0.07
HSL 39.73º 0.66% 0.78% -
HSV(B) 39.73º 0.31% 0.93% -
XYZ 64.41 67.03 43.73 -
YUV 212.89 99.28 144.48 -
System Red Green Blue C M Y K H S L
Decimal 236 211 162 0 0.11 0.31 0.07 39.73 0.66 0.78
Hex EC D3 A2 0 B 1F 7 28 42 4E
Octal 354 323 242 0 13 37 7 50 102 116
Binary 11101100 11010011 10100010 0 1011 11111 111 101000 1000010 1001110

Color Harmonies of #ECD3A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD3A2

Black with #ECD3A2

Text Example


Text Example

White with #ECD3A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD3A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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