Html Css Color HEX #ECDAAF Beeswax

📋 copy color: '#ECDAAF'

red 236 ◦ green 218 ◦ blue 175

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

Shades of Beeswax #ECDAAF

Tints of Beeswax #ECDAAF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.66%

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

R = 37.52%
G = 34.66%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#ECDAAF (or 0xECDAAF) is known color: Beeswax. HEX triplet: EC, DA and AF. RGB value is (236,218,175). Sum of RGB (Red+Green+Blue) = 236+218+175=629 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.52% from 629); Green value is 218 (85.55% from 255 or 34.66% from 629); Blue value is 175 (68.75% from 255 or 27.82% from 629); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDAAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDAAF is #132550. Grayscale: #DADADA. Windows color (decimal): -1254737 or 11524844. OLE color: 11524844.

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

Color convert

RGB 236 218 175 -
CMYK 0 0.08 0.26 0.07
HSL 42.3º 0.62% 0.81% -
HSV(B) 42.3º 0.26% 0.93% -
XYZ 67.4 71.07 50.72 -
YUV 218.48 103.46 140.5 -
System Red Green Blue C M Y K H S L
Decimal 236 218 175 0 0.08 0.26 0.07 42.3 0.62 0.81
Hex EC DA AF 0 8 1A 7 2A 3E 51
Octal 354 332 257 0 10 32 7 52 76 121
Binary 11101100 11011010 10101111 0 1000 11010 111 101010 111110 1010001

Color Harmonies of #ECDAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDAAF

Black with #ECDAAF

Text Example


Text Example

White with #ECDAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDAAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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