Html Css Color HEX #EFDDB2 Wheat

📋 copy color: '#EFDDB2'

red 239 ◦ green 221 ◦ blue 178

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

Shades of Wheat #EFDDB2

Tints of Wheat #EFDDB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 27.9%

R = 37.46%
G = 34.64%
B = 27.9%

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

#EFDDB2 (or 0xEFDDB2) is known color: Wheat. HEX triplet: EF, DD and B2. RGB value is (239,221,178). Sum of RGB (Red+Green+Blue) = 239+221+178=638 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.46% from 638); Green value is 221 (86.72% from 255 or 34.64% from 638); Blue value is 178 (69.92% from 255 or 27.90% from 638); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDDB2 is #10224D. Grayscale: #DDDDDD. Windows color (decimal): -1057358 or 11722223. OLE color: 11722223.

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

Color convert

RGB 239 221 178 -
CMYK 0 0.08 0.26 0.06
HSL 42.3º 0.66% 0.82% -
HSV(B) 42.3º 0.26% 0.94% -
XYZ 69.49 73.28 52.6 -
YUV 221.48 103.46 140.5 -
System Red Green Blue C M Y K H S L
Decimal 239 221 178 0 0.08 0.26 0.06 42.3 0.66 0.82
Hex EF DD B2 0 8 1A 6 2A 42 52
Octal 357 335 262 0 10 32 6 52 102 122
Binary 11101111 11011101 10110010 0 1000 11010 110 101010 1000010 1010010

Color Harmonies of #EFDDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDDB2

Black with #EFDDB2

Text Example


Text Example

White with #EFDDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDDB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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