Html Css Color HEX #ECB093 Wax Flower

📋 copy color: '#ECB093'

red 236 ◦ green 176 ◦ blue 147

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

Shades of Wax Flower #ECB093

Tints of Wax Flower #ECB093

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.48%

 BLUE value IS 147 (57.81% from 255) = 26.3%

R = 42.22%
G = 31.48%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#ECB093 (or 0xECB093) is known color: Wax Flower. HEX triplet: EC, B0 and 93. RGB value is (236,176,147). Sum of RGB (Red+Green+Blue) = 236+176+147=559 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.22% from 559); Green value is 176 (69.14% from 255 or 31.48% from 559); Blue value is 147 (57.81% from 255 or 26.30% from 559); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB093 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB093 is #134F6C. Grayscale: #BEBEBE. Windows color (decimal): -1265517 or 9679084. OLE color: 9679084.

HSL color Cylindrical-coordinate representation of color #ECB093: hue angle of 19.55º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ECB093 is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 176 147 -
CMYK 0 0.25 0.38 0.07
HSL 19.55º 0.7% 0.75% -
HSV(B) 19.55º 0.38% 0.93% -
XYZ 55.38 50.99 34.53 -
YUV 190.63 103.38 160.36 -
System Red Green Blue C M Y K H S L
Decimal 236 176 147 0 0.25 0.38 0.07 19.55 0.7 0.75
Hex EC B0 93 0 19 26 7 14 46 4B
Octal 354 260 223 0 31 46 7 24 106 113
Binary 11101100 10110000 10010011 0 11001 100110 111 10100 1000110 1001011

Color Harmonies of #ECB093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB093

Black with #ECB093

Text Example


Text Example

White with #ECB093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB093; }

 p { color: rgb(236,176,147); }

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

background-color css

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

 a { background-color: rgb(236,176,147); }

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

border-color css

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

 span { border-color: rgb(236,176,147); }

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