Html Css Color HEX #EFDDB0 Wheat

📋 copy color: '#EFDDB0'

red 239 ◦ green 221 ◦ blue 176

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

Shades of Wheat #EFDDB0

Tints of Wheat #EFDDB0

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.75%

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

R = 37.58%
G = 34.75%
B = 27.67%

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

#EFDDB0 (or 0xEFDDB0) is known color: Wheat. HEX triplet: EF, DD and B0. RGB value is (239,221,176). Sum of RGB (Red+Green+Blue) = 239+221+176=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 221 (86.72% from 255 or 34.75% from 636); Blue value is 176 (69.14% from 255 or 27.67% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDDB0 is #10224F. Grayscale: #DDDDDD. Windows color (decimal): -1057360 or 11591151. OLE color: 11591151.

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

Color convert

RGB 239 221 176 -
CMYK 0 0.08 0.26 0.06
HSL 42.86º 0.66% 0.81% -
HSV(B) 42.86º 0.26% 0.94% -
XYZ 69.29 73.2 51.55 -
YUV 221.25 102.46 140.66 -
System Red Green Blue C M Y K H S L
Decimal 239 221 176 0 0.08 0.26 0.06 42.86 0.66 0.81
Hex EF DD B0 0 8 1A 6 2B 42 51
Octal 357 335 260 0 10 32 6 53 102 121
Binary 11101111 11011101 10110000 0 1000 11010 110 101011 1000010 1010001

Color Harmonies of #EFDDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDDB0

Black with #EFDDB0

Text Example


Text Example

White with #EFDDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDDB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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