Html Css Color HEX #EFE2A4 Buttermilk

📋 copy color: '#EFE2A4'

red 239 ◦ green 226 ◦ blue 164

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

Shades of Buttermilk #EFE2A4

Tints of Buttermilk #EFE2A4

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.93%

 BLUE value IS 164 (64.45% from 255) = 26.07%

R = 38%
G = 35.93%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#EFE2A4 (or 0xEFE2A4) is known color: Buttermilk. HEX triplet: EF, E2 and A4. RGB value is (239,226,164). Sum of RGB (Red+Green+Blue) = 239+226+164=629 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.00% from 629); Green value is 226 (88.67% from 255 or 35.93% from 629); Blue value is 164 (64.45% from 255 or 26.07% from 629); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE2A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE2A4 is #101D5B. Grayscale: #DFDFDF. Windows color (decimal): -1056092 or 10805999. OLE color: 10805999.

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

Color convert

RGB 239 226 164 -
CMYK 0 0.05 0.31 0.06
HSL 49.6º 0.7% 0.79% -
HSV(B) 49.6º 0.31% 0.94% -
XYZ 69.49 75.42 46.02 -
YUV 222.82 94.81 139.54 -
System Red Green Blue C M Y K H S L
Decimal 239 226 164 0 0.05 0.31 0.06 49.6 0.7 0.79
Hex EF E2 A4 0 5 1F 6 32 46 4F
Octal 357 342 244 0 5 37 6 62 106 117
Binary 11101111 11100010 10100100 0 101 11111 110 110010 1000110 1001111

Color Harmonies of #EFE2A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE2A4

Black with #EFE2A4

Text Example


Text Example

White with #EFE2A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE2A4; }

 p { color: rgb(239,226,164); }

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

background-color css

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

 a { background-color: rgb(239,226,164); }

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

border-color css

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

 span { border-color: rgb(239,226,164); }

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