Html Css Color HEX #EFDB8E Buff

📋 copy color: '#EFDB8E'

red 239 ◦ green 219 ◦ blue 142

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

Shades of Buff #EFDB8E

Tints of Buff #EFDB8E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.5%

 BLUE value IS 142 (55.86% from 255) = 23.67%

R = 39.83%
G = 36.5%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EFDB8E (or 0xEFDB8E) is known color: Buff. HEX triplet: EF, DB and 8E. RGB value is (239,219,142). Sum of RGB (Red+Green+Blue) = 239+219+142=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 219 (85.94% from 255 or 36.5% from 600); Blue value is 142 (55.86% from 255 or 23.67% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDB8E is #102471. Grayscale: #D8D8D8. Windows color (decimal): -1057906 or 9362415. OLE color: 9362415.

HSL color Cylindrical-coordinate representation of color #EFDB8E: hue angle of 47.63º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFDB8E is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 219 142 -
CMYK 0 0.08 0.41 0.06
HSL 47.63º 0.75% 0.75% -
HSV(B) 47.63º 0.41% 0.94% -
XYZ 65.81 70.97 35.82 -
YUV 216.2 86.13 144.26 -
System Red Green Blue C M Y K H S L
Decimal 239 219 142 0 0.08 0.41 0.06 47.63 0.75 0.75
Hex EF DB 8E 0 8 29 6 30 4B 4B
Octal 357 333 216 0 10 51 6 60 113 113
Binary 11101111 11011011 10001110 0 1000 101001 110 110000 1001011 1001011

Color Harmonies of #EFDB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDB8E

Black with #EFDB8E

Text Example


Text Example

White with #EFDB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDB8E; }

 p { color: rgb(239,219,142); }

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

background-color css

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

 a { background-color: rgb(239,219,142); }

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

border-color css

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

 span { border-color: rgb(239,219,142); }

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