Html Css Color HEX #EFDCB2 Wheat

📋 copy color: '#EFDCB2'

red 239 ◦ green 220 ◦ blue 178

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

Shades of Wheat #EFDCB2

Tints of Wheat #EFDCB2

RGB

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

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

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

R = 37.52%
G = 34.54%
B = 27.94%

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

#EFDCB2 (or 0xEFDCB2) is known color: Wheat. HEX triplet: EF, DC and B2. RGB value is (239,220,178). Sum of RGB (Red+Green+Blue) = 239+220+178=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 220 (86.33% from 255 or 34.54% from 637); Blue value is 178 (69.92% from 255 or 27.94% from 637); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDCB2 is #10234D. Grayscale: #DDDDDD. Windows color (decimal): -1057614 or 11721967. OLE color: 11721967.

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

Color convert

RGB 239 220 178 -
CMYK 0 0.08 0.26 0.06
HSL 41.31º 0.66% 0.82% -
HSV(B) 41.31º 0.26% 0.94% -
XYZ 69.23 72.75 52.51 -
YUV 220.89 103.79 140.92 -
System Red Green Blue C M Y K H S L
Decimal 239 220 178 0 0.08 0.26 0.06 41.31 0.66 0.82
Hex EF DC B2 0 8 1A 6 29 42 52
Octal 357 334 262 0 10 32 6 51 102 122
Binary 11101111 11011100 10110010 0 1000 11010 110 101001 1000010 1010010

Color Harmonies of #EFDCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDCB2

Black with #EFDCB2

Text Example


Text Example

White with #EFDCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDCB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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