Html Css Color HEX #EFDBB0 Wheat

📋 copy color: '#EFDBB0'

red 239 ◦ green 219 ◦ blue 176

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

Shades of Wheat #EFDBB0

Tints of Wheat #EFDBB0

RGB

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

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

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

R = 37.7%
G = 34.54%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#EFDBB0 (or 0xEFDBB0) is known color: Wheat. HEX triplet: EF, DB and B0. RGB value is (239,219,176). Sum of RGB (Red+Green+Blue) = 239+219+176=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 219 (85.94% from 255 or 34.54% from 634); Blue value is 176 (69.14% from 255 or 27.76% from 634); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDBB0 is #10244F. Grayscale: #DCDCDC. Windows color (decimal): -1057872 or 11590639. OLE color: 11590639.

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

Color convert

RGB 239 219 176 -
CMYK 0 0.08 0.26 0.06
HSL 40.95º 0.66% 0.81% -
HSV(B) 40.95º 0.26% 0.94% -
XYZ 68.76 72.15 51.38 -
YUV 220.08 103.13 141.5 -
System Red Green Blue C M Y K H S L
Decimal 239 219 176 0 0.08 0.26 0.06 40.95 0.66 0.81
Hex EF DB B0 0 8 1A 6 29 42 51
Octal 357 333 260 0 10 32 6 51 102 121
Binary 11101111 11011011 10110000 0 1000 11010 110 101001 1000010 1010001

Color Harmonies of #EFDBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDBB0

Black with #EFDBB0

Text Example


Text Example

White with #EFDBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDBB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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