Html Css Color HEX #ECCFA0 Dairy Cream

📋 copy color: '#ECCFA0'

red 236 ◦ green 207 ◦ blue 160

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

Shades of Dairy Cream #ECCFA0

Tints of Dairy Cream #ECCFA0

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.33%

 BLUE value IS 160 (62.89% from 255) = 26.53%

R = 39.14%
G = 34.33%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#ECCFA0 (or 0xECCFA0) is known color: Dairy Cream. HEX triplet: EC, CF and A0. RGB value is (236,207,160). Sum of RGB (Red+Green+Blue) = 236+207+160=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 207 (81.25% from 255 or 34.33% from 603); Blue value is 160 (62.89% from 255 or 26.53% from 603); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCFA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCFA0 is #13305F. Grayscale: #D2D2D2. Windows color (decimal): -1257568 or 10538988. OLE color: 10538988.

HSL color Cylindrical-coordinate representation of color #ECCFA0: hue angle of 37.11º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ECCFA0 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 207 160 -
CMYK 0 0.12 0.32 0.07
HSL 37.11º 0.67% 0.78% -
HSV(B) 37.11º 0.32% 0.93% -
XYZ 63.25 65 42.47 -
YUV 210.31 99.61 146.32 -
System Red Green Blue C M Y K H S L
Decimal 236 207 160 0 0.12 0.32 0.07 37.11 0.67 0.78
Hex EC CF A0 0 C 20 7 25 43 4E
Octal 354 317 240 0 14 40 7 45 103 116
Binary 11101100 11001111 10100000 0 1100 100000 111 100101 1000011 1001110

Color Harmonies of #ECCFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCFA0

Black with #ECCFA0

Text Example


Text Example

White with #ECCFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCFA0; }

 p { color: rgb(236,207,160); }

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

background-color css

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

 a { background-color: rgb(236,207,160); }

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

border-color css

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

 span { border-color: rgb(236,207,160); }

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