Html Css Color HEX #EFDFB0 Wheat

📋 copy color: '#EFDFB0'

red 239 ◦ green 223 ◦ blue 176

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

Shades of Wheat #EFDFB0

Tints of Wheat #EFDFB0

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.95%

 BLUE value IS 176 (69.14% from 255) = 27.59%

R = 37.46%
G = 34.95%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#EFDFB0 (or 0xEFDFB0) is known color: Wheat. HEX triplet: EF, DF and B0. RGB value is (239,223,176). Sum of RGB (Red+Green+Blue) = 239+223+176=638 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.46% from 638); Green value is 223 (87.5% from 255 or 34.95% from 638); Blue value is 176 (69.14% from 255 or 27.59% from 638); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDFB0 is #10204F. Grayscale: #DEDEDE. Windows color (decimal): -1056848 or 11591663. OLE color: 11591663.

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

Color convert

RGB 239 223 176 -
CMYK 0 0.07 0.26 0.06
HSL 44.76º 0.66% 0.81% -
HSV(B) 44.76º 0.26% 0.94% -
XYZ 69.82 74.26 51.73 -
YUV 222.43 101.8 139.82 -
System Red Green Blue C M Y K H S L
Decimal 239 223 176 0 0.07 0.26 0.06 44.76 0.66 0.81
Hex EF DF B0 0 7 1A 6 2D 42 51
Octal 357 337 260 0 7 32 6 55 102 121
Binary 11101111 11011111 10110000 0 111 11010 110 101101 1000010 1010001

Color Harmonies of #EFDFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDFB0

Black with #EFDFB0

Text Example


Text Example

White with #EFDFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDFB0; }

 p { color: rgb(239,223,176); }

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

background-color css

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

 a { background-color: rgb(239,223,176); }

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

border-color css

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

 span { border-color: rgb(239,223,176); }

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