Html Css Color HEX #EFDEB0 Wheat

📋 copy color: '#EFDEB0'

red 239 ◦ green 222 ◦ blue 176

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

Shades of Wheat #EFDEB0

Tints of Wheat #EFDEB0

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.85%

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

R = 37.52%
G = 34.85%
B = 27.63%

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

#EFDEB0 (or 0xEFDEB0) is known color: Wheat. HEX triplet: EF, DE and B0. RGB value is (239,222,176). Sum of RGB (Red+Green+Blue) = 239+222+176=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 222 (87.11% from 255 or 34.85% from 637); Blue value is 176 (69.14% from 255 or 27.63% from 637); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDEB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDEB0 is #10214F. Grayscale: #DEDEDE. Windows color (decimal): -1057104 or 11591407. OLE color: 11591407.

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

Color convert

RGB 239 222 176 -
CMYK 0 0.07 0.26 0.06
HSL 43.81º 0.66% 0.81% -
HSV(B) 43.81º 0.26% 0.94% -
XYZ 69.55 73.73 51.64 -
YUV 221.84 102.13 140.24 -
System Red Green Blue C M Y K H S L
Decimal 239 222 176 0 0.07 0.26 0.06 43.81 0.66 0.81
Hex EF DE B0 0 7 1A 6 2C 42 51
Octal 357 336 260 0 7 32 6 54 102 121
Binary 11101111 11011110 10110000 0 111 11010 110 101100 1000010 1010001

Color Harmonies of #EFDEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDEB0

Black with #EFDEB0

Text Example


Text Example

White with #EFDEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDEB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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