Html Css Color HEX #ECA69B Wax Flower

📋 copy color: '#ECA69B'

red 236 ◦ green 166 ◦ blue 155

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

Shades of Wax Flower #ECA69B

Tints of Wax Flower #ECA69B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.8%

 BLUE value IS 155 (60.94% from 255) = 27.83%

R = 42.37%
G = 29.8%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#ECA69B (or 0xECA69B) is known color: Wax Flower. HEX triplet: EC, A6 and 9B. RGB value is (236,166,155). Sum of RGB (Red+Green+Blue) = 236+166+155=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 166 (65.23% from 255 or 29.80% from 557); Blue value is 155 (60.94% from 255 or 27.83% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA69B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA69B is #135964. Grayscale: #B9B9B9. Windows color (decimal): -1268069 or 10200812. OLE color: 10200812.

HSL color Cylindrical-coordinate representation of color #ECA69B: hue angle of 8.15º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ECA69B is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 166 155 -
CMYK 0 0.30 0.34 0.07
HSL 8.15º 0.68% 0.77% -
HSV(B) 8.15º 0.34% 0.93% -
XYZ 54.14 47.47 37.32 -
YUV 185.68 110.69 163.89 -
System Red Green Blue C M Y K H S L
Decimal 236 166 155 0 0.30 0.34 0.07 8.15 0.68 0.77
Hex EC A6 9B 0 1E 22 7 8 44 4D
Octal 354 246 233 0 36 42 7 10 104 115
Binary 11101100 10100110 10011011 0 11110 100010 111 1000 1000100 1001101

Color Harmonies of #ECA69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA69B

Black with #ECA69B

Text Example


Text Example

White with #ECA69B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA69B; }

 p { color: rgb(236,166,155); }

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

background-color css

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

 a { background-color: rgb(236,166,155); }

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

border-color css

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

 span { border-color: rgb(236,166,155); }

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