Html Css Color HEX #EFDBAF Wheat

📋 copy color: '#EFDBAF'

red 239 ◦ green 219 ◦ blue 175

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

Shades of Wheat #EFDBAF

Tints of Wheat #EFDBAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 27.65%

R = 37.76%
G = 34.6%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EFDBAF (or 0xEFDBAF) is known color: Wheat. HEX triplet: EF, DB and AF. RGB value is (239,219,175). Sum of RGB (Red+Green+Blue) = 239+219+175=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 219 (85.94% from 255 or 34.60% from 633); Blue value is 175 (68.75% from 255 or 27.65% from 633); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDBAF is #102450. Grayscale: #DCDCDC. Windows color (decimal): -1057873 or 11525103. OLE color: 11525103.

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

Color convert

RGB 239 219 175 -
CMYK 0 0.08 0.27 0.06
HSL 41.25º 0.67% 0.81% -
HSV(B) 41.25º 0.27% 0.94% -
XYZ 68.67 72.11 50.86 -
YUV 219.96 102.63 141.58 -
System Red Green Blue C M Y K H S L
Decimal 239 219 175 0 0.08 0.27 0.06 41.25 0.67 0.81
Hex EF DB AF 0 8 1B 6 29 43 51
Octal 357 333 257 0 10 33 6 51 103 121
Binary 11101111 11011011 10101111 0 1000 11011 110 101001 1000011 1010001

Color Harmonies of #EFDBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDBAF

Black with #EFDBAF

Text Example


Text Example

White with #EFDBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDBAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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