Html Css Color HEX #ECDCB2 Beeswax

📋 copy color: '#ECDCB2'

red 236 ◦ green 220 ◦ blue 178

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

Shades of Beeswax #ECDCB2

Tints of Beeswax #ECDCB2

RGB

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

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

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

R = 37.22%
G = 34.7%
B = 28.08%

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

#ECDCB2 (or 0xECDCB2) is known color: Beeswax. HEX triplet: EC, DC and B2. RGB value is (236,220,178). Sum of RGB (Red+Green+Blue) = 236+220+178=634 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.22% from 634); Green value is 220 (86.33% from 255 or 34.70% from 634); Blue value is 178 (69.92% from 255 or 28.08% from 634); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDCB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDCB2 is #13234D. Grayscale: #DCDCDC. Windows color (decimal): -1254222 or 11721964. OLE color: 11721964.

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

Color convert

RGB 236 220 178 -
CMYK 0 0.07 0.25 0.07
HSL 43.45º 0.6% 0.81% -
HSV(B) 43.45º 0.25% 0.93% -
XYZ 68.22 72.23 52.47 -
YUV 220 104.3 139.42 -
System Red Green Blue C M Y K H S L
Decimal 236 220 178 0 0.07 0.25 0.07 43.45 0.6 0.81
Hex EC DC B2 0 7 19 7 2B 3C 51
Octal 354 334 262 0 7 31 7 53 74 121
Binary 11101100 11011100 10110010 0 111 11001 111 101011 111100 1010001

Color Harmonies of #ECDCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDCB2

Black with #ECDCB2

Text Example


Text Example

White with #ECDCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDCB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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