Html Css Color HEX #ECB094 Wax Flower

📋 copy color: '#ECB094'

red 236 ◦ green 176 ◦ blue 148

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

Shades of Wax Flower #ECB094

Tints of Wax Flower #ECB094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 26.43%

R = 42.14%
G = 31.43%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#ECB094 (or 0xECB094) is known color: Wax Flower. HEX triplet: EC, B0 and 94. RGB value is (236,176,148). Sum of RGB (Red+Green+Blue) = 236+176+148=560 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.14% from 560); Green value is 176 (69.14% from 255 or 31.43% from 560); Blue value is 148 (58.20% from 255 or 26.43% from 560); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB094 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB094 is #134F6B. Grayscale: #BEBEBE. Windows color (decimal): -1265516 or 9744620. OLE color: 9744620.

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

Color convert

RGB 236 176 148 -
CMYK 0 0.25 0.37 0.07
HSL 19.09º 0.7% 0.75% -
HSV(B) 19.09º 0.37% 0.93% -
XYZ 55.46 51.02 34.94 -
YUV 190.75 103.88 160.28 -
System Red Green Blue C M Y K H S L
Decimal 236 176 148 0 0.25 0.37 0.07 19.09 0.7 0.75
Hex EC B0 94 0 19 25 7 13 46 4B
Octal 354 260 224 0 31 45 7 23 106 113
Binary 11101100 10110000 10010100 0 11001 100101 111 10011 1000110 1001011

Color Harmonies of #ECB094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB094

Black with #ECB094

Text Example


Text Example

White with #ECB094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB094; }

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

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

background-color css

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

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

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

border-color css

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

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

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