Html Css Color HEX #EFDEB2 Wheat

📋 copy color: '#EFDEB2'

red 239 ◦ green 222 ◦ blue 178

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

Shades of Wheat #EFDEB2

Tints of Wheat #EFDEB2

RGB

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

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

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

R = 37.4%
G = 34.74%
B = 27.86%

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

#EFDEB2 (or 0xEFDEB2) is known color: Wheat. HEX triplet: EF, DE and B2. RGB value is (239,222,178). Sum of RGB (Red+Green+Blue) = 239+222+178=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 222 (87.11% from 255 or 34.74% from 639); Blue value is 178 (69.92% from 255 or 27.86% from 639); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDEB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDEB2 is #10214D. Grayscale: #DEDEDE. Windows color (decimal): -1057102 or 11722479. OLE color: 11722479.

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

Color convert

RGB 239 222 178 -
CMYK 0 0.07 0.26 0.06
HSL 43.28º 0.66% 0.82% -
HSV(B) 43.28º 0.26% 0.94% -
XYZ 69.75 73.81 52.69 -
YUV 222.07 103.13 140.08 -
System Red Green Blue C M Y K H S L
Decimal 239 222 178 0 0.07 0.26 0.06 43.28 0.66 0.82
Hex EF DE B2 0 7 1A 6 2B 42 52
Octal 357 336 262 0 7 32 6 53 102 122
Binary 11101111 11011110 10110010 0 111 11010 110 101011 1000010 1010010

Color Harmonies of #EFDEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDEB2

Black with #EFDEB2

Text Example


Text Example

White with #EFDEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDEB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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