Html Css Color HEX #ECD3A5 Dairy Cream

📋 copy color: '#ECD3A5'

red 236 ◦ green 211 ◦ blue 165

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

Shades of Dairy Cream #ECD3A5

Tints of Dairy Cream #ECD3A5

RGB

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

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

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

R = 38.56%
G = 34.48%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#ECD3A5 (or 0xECD3A5) is known color: Dairy Cream. HEX triplet: EC, D3 and A5. RGB value is (236,211,165). Sum of RGB (Red+Green+Blue) = 236+211+165=612 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.56% from 612); Green value is 211 (82.81% from 255 or 34.48% from 612); Blue value is 165 (64.84% from 255 or 26.96% from 612); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD3A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD3A5 is #132C5A. Grayscale: #D5D5D5. Windows color (decimal): -1256539 or 10867692. OLE color: 10867692.

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

Color convert

RGB 236 211 165 -
CMYK 0 0.11 0.30 0.07
HSL 38.87º 0.65% 0.79% -
HSV(B) 38.87º 0.3% 0.93% -
XYZ 64.68 67.14 45.15 -
YUV 213.23 100.78 144.24 -
System Red Green Blue C M Y K H S L
Decimal 236 211 165 0 0.11 0.30 0.07 38.87 0.65 0.79
Hex EC D3 A5 0 B 1E 7 27 41 4F
Octal 354 323 245 0 13 36 7 47 101 117
Binary 11101100 11010011 10100101 0 1011 11110 111 100111 1000001 1001111

Color Harmonies of #ECD3A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD3A5

Black with #ECD3A5

Text Example


Text Example

White with #ECD3A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD3A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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