Html Css Color HEX #ECD0A6 Dairy Cream

📋 copy color: '#ECD0A6'

red 236 ◦ green 208 ◦ blue 166

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

Shades of Dairy Cream #ECD0A6

Tints of Dairy Cream #ECD0A6

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.1%

 BLUE value IS 166 (65.23% from 255) = 27.21%

R = 38.69%
G = 34.1%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#ECD0A6 (or 0xECD0A6) is known color: Dairy Cream. HEX triplet: EC, D0 and A6. RGB value is (236,208,166). Sum of RGB (Red+Green+Blue) = 236+208+166=610 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.69% from 610); Green value is 208 (81.64% from 255 or 34.10% from 610); Blue value is 166 (65.23% from 255 or 27.21% from 610); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD0A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD0A6 is #132F59. Grayscale: #D3D3D3. Windows color (decimal): -1257306 or 10932460. OLE color: 10932460.

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

Color convert

RGB 236 208 166 -
CMYK 0 0.12 0.30 0.07
HSL 36º 0.65% 0.79% -
HSV(B) 36º 0.3% 0.93% -
XYZ 64.03 65.7 45.38 -
YUV 211.58 102.28 145.42 -
System Red Green Blue C M Y K H S L
Decimal 236 208 166 0 0.12 0.30 0.07 36 0.65 0.79
Hex EC D0 A6 0 C 1E 7 24 41 4F
Octal 354 320 246 0 14 36 7 44 101 117
Binary 11101100 11010000 10100110 0 1100 11110 111 100100 1000001 1001111

Color Harmonies of #ECD0A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD0A6

Black with #ECD0A6

Text Example


Text Example

White with #ECD0A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD0A6; }

 p { color: rgb(236,208,166); }

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

background-color css

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

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

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

border-color css

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

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

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