Html Css Color HEX #ECDBAF Beeswax

📋 copy color: '#ECDBAF'

red 236 ◦ green 219 ◦ blue 175

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

Shades of Beeswax #ECDBAF

Tints of Beeswax #ECDBAF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.76%

 BLUE value IS 175 (68.75% from 255) = 27.78%

R = 37.46%
G = 34.76%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#ECDBAF (or 0xECDBAF) is known color: Beeswax. HEX triplet: EC, DB and AF. RGB value is (236,219,175). Sum of RGB (Red+Green+Blue) = 236+219+175=630 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.46% from 630); Green value is 219 (85.94% from 255 or 34.76% from 630); Blue value is 175 (68.75% from 255 or 27.78% from 630); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDBAF is #132450. Grayscale: #DBDBDB. Windows color (decimal): -1254481 or 11525100. OLE color: 11525100.

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

Color convert

RGB 236 219 175 -
CMYK 0 0.07 0.26 0.07
HSL 43.28º 0.62% 0.81% -
HSV(B) 43.28º 0.26% 0.93% -
XYZ 67.66 71.59 50.81 -
YUV 219.07 103.13 140.08 -
System Red Green Blue C M Y K H S L
Decimal 236 219 175 0 0.07 0.26 0.07 43.28 0.62 0.81
Hex EC DB AF 0 7 1A 7 2B 3E 51
Octal 354 333 257 0 7 32 7 53 76 121
Binary 11101100 11011011 10101111 0 111 11010 111 101011 111110 1010001

Color Harmonies of #ECDBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDBAF

Black with #ECDBAF

Text Example


Text Example

White with #ECDBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDBAF; }

 p { color: rgb(236,219,175); }

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

background-color css

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

 a { background-color: rgb(236,219,175); }

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

border-color css

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

 span { border-color: rgb(236,219,175); }

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