Html Css Color HEX #EFE29E Buttermilk

📋 copy color: '#EFE29E'

red 239 ◦ green 226 ◦ blue 158

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

Shades of Buttermilk #EFE29E

Tints of Buttermilk #EFE29E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 25.36%

R = 38.36%
G = 36.28%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EFE29E (or 0xEFE29E) is known color: Buttermilk. HEX triplet: EF, E2 and 9E. RGB value is (239,226,158). Sum of RGB (Red+Green+Blue) = 239+226+158=623 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.36% from 623); Green value is 226 (88.67% from 255 or 36.28% from 623); Blue value is 158 (62.11% from 255 or 25.36% from 623); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE29E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE29E is #101D61. Grayscale: #DEDEDE. Windows color (decimal): -1056098 or 10412783. OLE color: 10412783.

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

Color convert

RGB 239 226 158 -
CMYK 0 0.05 0.34 0.06
HSL 50.37º 0.72% 0.78% -
HSV(B) 50.37º 0.34% 0.94% -
XYZ 68.96 75.21 43.23 -
YUV 222.14 91.81 140.03 -
System Red Green Blue C M Y K H S L
Decimal 239 226 158 0 0.05 0.34 0.06 50.37 0.72 0.78
Hex EF E2 9E 0 5 22 6 32 48 4E
Octal 357 342 236 0 5 42 6 62 110 116
Binary 11101111 11100010 10011110 0 101 100010 110 110010 1001000 1001110

Color Harmonies of #EFE29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE29E

Black with #EFE29E

Text Example


Text Example

White with #EFE29E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE29E; }

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

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

background-color css

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

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

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

border-color css

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

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

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