Html Css Color HEX #ECB49A Wax Flower

📋 copy color: '#ECB49A'

red 236 ◦ green 180 ◦ blue 154

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

Shades of Wax Flower #ECB49A

Tints of Wax Flower #ECB49A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.58%

 BLUE value IS 154 (60.55% from 255) = 27.02%

R = 41.4%
G = 31.58%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ECB49A (or 0xECB49A) is known color: Wax Flower. HEX triplet: EC, B4 and 9A. RGB value is (236,180,154). Sum of RGB (Red+Green+Blue) = 236+180+154=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 180 (70.70% from 255 or 31.58% from 570); Blue value is 154 (60.55% from 255 or 27.02% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB49A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB49A is #134B65. Grayscale: #C1C1C1. Windows color (decimal): -1264486 or 10138860. OLE color: 10138860.

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

Color convert

RGB 236 180 154 -
CMYK 0 0.24 0.35 0.07
HSL 19.02º 0.68% 0.76% -
HSV(B) 19.02º 0.35% 0.93% -
XYZ 56.75 52.81 37.77 -
YUV 193.78 105.55 158.11 -
System Red Green Blue C M Y K H S L
Decimal 236 180 154 0 0.24 0.35 0.07 19.02 0.68 0.76
Hex EC B4 9A 0 18 23 7 13 44 4C
Octal 354 264 232 0 30 43 7 23 104 114
Binary 11101100 10110100 10011010 0 11000 100011 111 10011 1000100 1001100

Color Harmonies of #ECB49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB49A

Black with #ECB49A

Text Example


Text Example

White with #ECB49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB49A; }

 p { color: rgb(236,180,154); }

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

background-color css

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

 a { background-color: rgb(236,180,154); }

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

border-color css

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

 span { border-color: rgb(236,180,154); }

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