Html Css Color HEX #EEDFA2 Buttermilk

📋 copy color: '#EEDFA2'

red 238 ◦ green 223 ◦ blue 162

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

Shades of Buttermilk #EEDFA2

Tints of Buttermilk #EEDFA2

RGB

 RED value IS 238 (93.36% from 255) = 38.2%

 GREEN value IS 223 (87.5% from 255) = 35.79%

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

R = 38.2%
G = 35.79%
B = 26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EEDFA2 (or 0xEEDFA2) is known color: Buttermilk. HEX triplet: EE, DF and A2. RGB value is (238,223,162). Sum of RGB (Red+Green+Blue) = 238+223+162=623 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.20% from 623); Green value is 223 (87.5% from 255 or 35.79% from 623); Blue value is 162 (63.67% from 255 or 26.00% from 623); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDFA2 is #11205D. Grayscale: #DCDCDC. Windows color (decimal): -1122398 or 10674158. OLE color: 10674158.

HSL color Cylindrical-coordinate representation of color #EEDFA2: hue angle of 48.16º degrees, saturation: 0.69, 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 #EEDFA2 is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 223 162 -
CMYK 0 0.06 0.32 0.07
HSL 48.16º 0.69% 0.78% -
HSV(B) 48.16º 0.32% 0.93% -
XYZ 68.17 73.56 44.79 -
YUV 220.53 94.97 140.46 -
System Red Green Blue C M Y K H S L
Decimal 238 223 162 0 0.06 0.32 0.07 48.16 0.69 0.78
Hex EE DF A2 0 6 20 7 30 45 4E
Octal 356 337 242 0 6 40 7 60 105 116
Binary 11101110 11011111 10100010 0 110 100000 111 110000 1000101 1001110

Color Harmonies of #EEDFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDFA2

Black with #EEDFA2

Text Example


Text Example

White with #EEDFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDFA2; }

 p { color: rgb(238,223,162); }

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

background-color css

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

 a { background-color: rgb(238,223,162); }

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

border-color css

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

 span { border-color: rgb(238,223,162); }

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