Html Css Color HEX #EFE2A5 Buttermilk

📋 copy color: '#EFE2A5'

red 239 ◦ green 226 ◦ blue 165

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

Shades of Buttermilk #EFE2A5

Tints of Buttermilk #EFE2A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 26.19%

R = 37.94%
G = 35.87%
B = 26.19%

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

#EFE2A5 (or 0xEFE2A5) is known color: Buttermilk. HEX triplet: EF, E2 and A5. RGB value is (239,226,165). Sum of RGB (Red+Green+Blue) = 239+226+165=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 226 (88.67% from 255 or 35.87% from 630); Blue value is 165 (64.84% from 255 or 26.19% from 630); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE2A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE2A5 is #101D5A. Grayscale: #DFDFDF. Windows color (decimal): -1056091 or 10871535. OLE color: 10871535.

HSL color Cylindrical-coordinate representation of color #EFE2A5: hue angle of 49.46º 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 #EFE2A5 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 226 165 -
CMYK 0 0.05 0.31 0.06
HSL 49.46º 0.7% 0.79% -
HSV(B) 49.46º 0.31% 0.94% -
XYZ 69.58 75.46 46.5 -
YUV 222.93 95.31 139.46 -
System Red Green Blue C M Y K H S L
Decimal 239 226 165 0 0.05 0.31 0.06 49.46 0.7 0.79
Hex EF E2 A5 0 5 1F 6 31 46 4F
Octal 357 342 245 0 5 37 6 61 106 117
Binary 11101111 11100010 10100101 0 101 11111 110 110001 1000110 1001111

Color Harmonies of #EFE2A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE2A5

Black with #EFE2A5

Text Example


Text Example

White with #EFE2A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE2A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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