Html Css Color HEX #ECDCB1 Beeswax

📋 copy color: '#ECDCB1'

red 236 ◦ green 220 ◦ blue 177

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

Shades of Beeswax #ECDCB1

Tints of Beeswax #ECDCB1

RGB

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

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

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

R = 37.28%
G = 34.76%
B = 27.96%

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

#ECDCB1 (or 0xECDCB1) is known color: Beeswax. HEX triplet: EC, DC and B1. RGB value is (236,220,177). Sum of RGB (Red+Green+Blue) = 236+220+177=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 177 (69.53% from 255 or 27.96% from 633); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDCB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDCB1 is #13234E. Grayscale: #DCDCDC. Windows color (decimal): -1254223 or 11656428. OLE color: 11656428.

HSL color Cylindrical-coordinate representation of color #ECDCB1: hue angle of 43.73º 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 #ECDCB1 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 220 177 -
CMYK 0 0.07 0.25 0.07
HSL 43.73º 0.61% 0.81% -
HSV(B) 43.73º 0.25% 0.93% -
XYZ 68.12 72.19 51.94 -
YUV 219.88 103.8 139.5 -
System Red Green Blue C M Y K H S L
Decimal 236 220 177 0 0.07 0.25 0.07 43.73 0.61 0.81
Hex EC DC B1 0 7 19 7 2C 3D 51
Octal 354 334 261 0 7 31 7 54 75 121
Binary 11101100 11011100 10110001 0 111 11001 111 101100 111101 1010001

Color Harmonies of #ECDCB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDCB1

Black with #ECDCB1

Text Example


Text Example

White with #ECDCB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDCB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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