Html Css Color HEX #EACFA6 Dairy Cream

📋 copy color: '#EACFA6'

red 234 ◦ green 207 ◦ blue 166

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

Shades of Dairy Cream #EACFA6

Tints of Dairy Cream #EACFA6

RGB

 RED value IS 234 (91.8% from 255) = 38.55%

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

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

R = 38.55%
G = 34.1%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EACFA6 (or 0xEACFA6) is known color: Dairy Cream. HEX triplet: EA, CF and A6. RGB value is (234,207,166). Sum of RGB (Red+Green+Blue) = 234+207+166=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 207 (81.25% from 255 or 34.10% from 607); Blue value is 166 (65.23% from 255 or 27.35% from 607); Max value from RGB is 234 - color contains mainly: red. Hex color #EACFA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACFA6 is #153059. Grayscale: #D2D2D2. Windows color (decimal): -1388634 or 10932202. OLE color: 10932202.

HSL color Cylindrical-coordinate representation of color #EACFA6: hue angle of 36.18º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EACFA6 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 207 166 -
CMYK 0 0.12 0.29 0.08
HSL 36.18º 0.62% 0.78% -
HSV(B) 36.18º 0.29% 0.92% -
XYZ 63.13 64.87 45.27 -
YUV 210.4 102.95 144.83 -
System Red Green Blue C M Y K H S L
Decimal 234 207 166 0 0.12 0.29 0.08 36.18 0.62 0.78
Hex EA CF A6 0 C 1D 8 24 3E 4E
Octal 352 317 246 0 14 35 10 44 76 116
Binary 11101010 11001111 10100110 0 1100 11101 1000 100100 111110 1001110

Color Harmonies of #EACFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACFA6

Black with #EACFA6

Text Example


Text Example

White with #EACFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACFA6; }

 p { color: rgb(234,207,166); }

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

background-color css

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

 a { background-color: rgb(234,207,166); }

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

border-color css

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

 span { border-color: rgb(234,207,166); }

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