Html Css Color HEX #EFDDB1 Wheat

📋 copy color: '#EFDDB1'

red 239 ◦ green 221 ◦ blue 177

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

Shades of Wheat #EFDDB1

Tints of Wheat #EFDDB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 27.79%

R = 37.52%
G = 34.69%
B = 27.79%

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

#EFDDB1 (or 0xEFDDB1) is known color: Wheat. HEX triplet: EF, DD and B1. RGB value is (239,221,177). Sum of RGB (Red+Green+Blue) = 239+221+177=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 221 (86.72% from 255 or 34.69% from 637); Blue value is 177 (69.53% from 255 or 27.79% from 637); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDDB1 is #10224E. Grayscale: #DDDDDD. Windows color (decimal): -1057359 or 11656687. OLE color: 11656687.

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

Color convert

RGB 239 221 177 -
CMYK 0 0.08 0.26 0.06
HSL 42.58º 0.66% 0.82% -
HSV(B) 42.58º 0.26% 0.94% -
XYZ 69.39 73.24 52.07 -
YUV 221.37 102.96 140.58 -
System Red Green Blue C M Y K H S L
Decimal 239 221 177 0 0.08 0.26 0.06 42.58 0.66 0.82
Hex EF DD B1 0 8 1A 6 2B 42 52
Octal 357 335 261 0 10 32 6 53 102 122
Binary 11101111 11011101 10110001 0 1000 11010 110 101011 1000010 1010010

Color Harmonies of #EFDDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDDB1

Black with #EFDDB1

Text Example


Text Example

White with #EFDDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDDB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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