Html Css Color HEX #ECDCB0 Beeswax

📋 copy color: '#ECDCB0'

red 236 ◦ green 220 ◦ blue 176

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

Shades of Beeswax #ECDCB0

Tints of Beeswax #ECDCB0

RGB

 RED value IS 236 (92.58% from 255) = 37.34%

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

 BLUE value IS 176 (69.14% from 255) = 27.85%

R = 37.34%
G = 34.81%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#ECDCB0 (or 0xECDCB0) is known color: Beeswax. HEX triplet: EC, DC and B0. RGB value is (236,220,176). Sum of RGB (Red+Green+Blue) = 236+220+176=632 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.34% from 632); Green value is 220 (86.33% from 255 or 34.81% from 632); Blue value is 176 (69.14% from 255 or 27.85% from 632); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDCB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDCB0 is #13234F. Grayscale: #DBDBDB. Windows color (decimal): -1254224 or 11590892. OLE color: 11590892.

HSL color Cylindrical-coordinate representation of color #ECDCB0: hue angle of 44º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECDCB0 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 220 176 -
CMYK 0 0.07 0.25 0.07
HSL 44º 0.61% 0.81% -
HSV(B) 44º 0.25% 0.93% -
XYZ 68.02 72.15 51.42 -
YUV 219.77 103.3 139.58 -
System Red Green Blue C M Y K H S L
Decimal 236 220 176 0 0.07 0.25 0.07 44 0.61 0.81
Hex EC DC B0 0 7 19 7 2C 3D 51
Octal 354 334 260 0 7 31 7 54 75 121
Binary 11101100 11011100 10110000 0 111 11001 111 101100 111101 1010001

Color Harmonies of #ECDCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDCB0

Black with #ECDCB0

Text Example


Text Example

White with #ECDCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDCB0; }

 p { color: rgb(236,220,176); }

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

background-color css

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

 a { background-color: rgb(236,220,176); }

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

border-color css

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

 span { border-color: rgb(236,220,176); }

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