Html Css Color HEX #EFDCAF Wheat

📋 copy color: '#EFDCAF'

red 239 ◦ green 220 ◦ blue 175

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

Shades of Wheat #EFDCAF

Tints of Wheat #EFDCAF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.7%

 BLUE value IS 175 (68.75% from 255) = 27.6%

R = 37.7%
G = 34.7%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EFDCAF (or 0xEFDCAF) is known color: Wheat. HEX triplet: EF, DC and AF. RGB value is (239,220,175). Sum of RGB (Red+Green+Blue) = 239+220+175=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 220 (86.33% from 255 or 34.70% from 634); Blue value is 175 (68.75% from 255 or 27.60% from 634); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDCAF is #102350. Grayscale: #DCDCDC. Windows color (decimal): -1057617 or 11525359. OLE color: 11525359.

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

Color convert

RGB 239 220 175 -
CMYK 0 0.08 0.27 0.06
HSL 42.19º 0.67% 0.81% -
HSV(B) 42.19º 0.27% 0.94% -
XYZ 68.93 72.63 50.94 -
YUV 220.55 102.29 141.16 -
System Red Green Blue C M Y K H S L
Decimal 239 220 175 0 0.08 0.27 0.06 42.19 0.67 0.81
Hex EF DC AF 0 8 1B 6 2A 43 51
Octal 357 334 257 0 10 33 6 52 103 121
Binary 11101111 11011100 10101111 0 1000 11011 110 101010 1000011 1010001

Color Harmonies of #EFDCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDCAF

Black with #EFDCAF

Text Example


Text Example

White with #EFDCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDCAF; }

 p { color: rgb(239,220,175); }

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

background-color css

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

 a { background-color: rgb(239,220,175); }

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

border-color css

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

 span { border-color: rgb(239,220,175); }

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