Html Css Color HEX #EADCB4 Beeswax

📋 copy color: '#EADCB4'

red 234 ◦ green 220 ◦ blue 180

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

Shades of Beeswax #EADCB4

Tints of Beeswax #EADCB4

RGB

 RED value IS 234 (91.8% from 255) = 36.91%

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

 BLUE value IS 180 (70.7% from 255) = 28.39%

R = 36.91%
G = 34.7%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#EADCB4 (or 0xEADCB4) is known color: Beeswax. HEX triplet: EA, DC and B4. RGB value is (234,220,180). Sum of RGB (Red+Green+Blue) = 234+220+180=634 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.91% from 634); Green value is 220 (86.33% from 255 or 34.70% from 634); Blue value is 180 (70.70% from 255 or 28.39% from 634); Max value from RGB is 234 - color contains mainly: red. Hex color #EADCB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADCB4 is #15234B. Grayscale: #DBDBDB. Windows color (decimal): -1385292 or 11853034. OLE color: 11853034.

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

Color convert

RGB 234 220 180 -
CMYK 0 0.06 0.23 0.08
HSL 44.44º 0.56% 0.81% -
HSV(B) 44.44º 0.23% 0.92% -
XYZ 67.76 71.97 53.5 -
YUV 219.63 105.64 138.25 -
System Red Green Blue C M Y K H S L
Decimal 234 220 180 0 0.06 0.23 0.08 44.44 0.56 0.81
Hex EA DC B4 0 6 17 8 2C 38 51
Octal 352 334 264 0 6 27 10 54 70 121
Binary 11101010 11011100 10110100 0 110 10111 1000 101100 111000 1010001

Color Harmonies of #EADCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADCB4

Black with #EADCB4

Text Example


Text Example

White with #EADCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADCB4; }

 p { color: rgb(234,220,180); }

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

background-color css

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

 a { background-color: rgb(234,220,180); }

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

border-color css

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

 span { border-color: rgb(234,220,180); }

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