Html Css Color HEX #EFDEA2 Buttermilk

📋 copy color: '#EFDEA2'

red 239 ◦ green 222 ◦ blue 162

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

Shades of Buttermilk #EFDEA2

Tints of Buttermilk #EFDEA2

RGB

 RED value IS 239 (93.75% from 255) = 38.36%

 GREEN value IS 222 (87.11% from 255) = 35.63%

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

R = 38.36%
G = 35.63%
B = 26%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#EFDEA2 (or 0xEFDEA2) is known color: Buttermilk. HEX triplet: EF, DE and A2. RGB value is (239,222,162). Sum of RGB (Red+Green+Blue) = 239+222+162=623 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.36% from 623); Green value is 222 (87.11% from 255 or 35.63% from 623); Blue value is 162 (63.67% from 255 or 26.00% from 623); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDEA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDEA2 is #10215D. Grayscale: #DCDCDC. Windows color (decimal): -1057118 or 10673903. OLE color: 10673903.

HSL color Cylindrical-coordinate representation of color #EFDEA2: hue angle of 46.75º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFDEA2 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 222 162 -
CMYK 0 0.07 0.32 0.06
HSL 46.75º 0.71% 0.79% -
HSV(B) 46.75º 0.32% 0.94% -
XYZ 68.24 73.2 44.72 -
YUV 220.24 95.13 141.38 -
System Red Green Blue C M Y K H S L
Decimal 239 222 162 0 0.07 0.32 0.06 46.75 0.71 0.79
Hex EF DE A2 0 7 20 6 2F 47 4F
Octal 357 336 242 0 7 40 6 57 107 117
Binary 11101111 11011110 10100010 0 111 100000 110 101111 1000111 1001111

Color Harmonies of #EFDEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDEA2

Black with #EFDEA2

Text Example


Text Example

White with #EFDEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDEA2; }

 p { color: rgb(239,222,162); }

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

background-color css

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

 a { background-color: rgb(239,222,162); }

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

border-color css

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

 span { border-color: rgb(239,222,162); }

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