Html Css Color HEX #EFDEB3 Wheat

📋 copy color: '#EFDEB3'

red 239 ◦ green 222 ◦ blue 179

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

Shades of Wheat #EFDEB3

Tints of Wheat #EFDEB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 27.97%

R = 37.34%
G = 34.69%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#EFDEB3 (or 0xEFDEB3) is known color: Wheat. HEX triplet: EF, DE and B3. RGB value is (239,222,179). Sum of RGB (Red+Green+Blue) = 239+222+179=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 222 (87.11% from 255 or 34.69% from 640); Blue value is 179 (70.31% from 255 or 27.97% from 640); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDEB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDEB3 is #10214C. Grayscale: #DEDEDE. Windows color (decimal): -1057101 or 11788015. OLE color: 11788015.

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

Color convert

RGB 239 222 179 -
CMYK 0 0.07 0.25 0.06
HSL 43º 0.65% 0.82% -
HSV(B) 43º 0.25% 0.94% -
XYZ 69.85 73.85 53.22 -
YUV 222.18 103.63 140 -
System Red Green Blue C M Y K H S L
Decimal 239 222 179 0 0.07 0.25 0.06 43 0.65 0.82
Hex EF DE B3 0 7 19 6 2B 41 52
Octal 357 336 263 0 7 31 6 53 101 122
Binary 11101111 11011110 10110011 0 111 11001 110 101011 1000001 1010010

Color Harmonies of #EFDEB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDEB3

Black with #EFDEB3

Text Example


Text Example

White with #EFDEB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDEB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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