Html Css Color HEX #ECB198 Wax Flower

📋 copy color: '#ECB198'

red 236 ◦ green 177 ◦ blue 152

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

Shades of Wax Flower #ECB198

Tints of Wax Flower #ECB198

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.33%

 BLUE value IS 152 (59.77% from 255) = 26.9%

R = 41.77%
G = 31.33%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#ECB198 (or 0xECB198) is known color: Wax Flower. HEX triplet: EC, B1 and 98. RGB value is (236,177,152). Sum of RGB (Red+Green+Blue) = 236+177+152=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 177 (69.53% from 255 or 31.33% from 565); Blue value is 152 (59.77% from 255 or 26.90% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB198 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB198 is #134E67. Grayscale: #BFBFBF. Windows color (decimal): -1265256 or 10007020. OLE color: 10007020.

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

Color convert

RGB 236 177 152 -
CMYK 0 0.25 0.36 0.07
HSL 17.86º 0.69% 0.76% -
HSV(B) 17.86º 0.36% 0.93% -
XYZ 55.98 51.54 36.7 -
YUV 191.79 105.55 159.53 -
System Red Green Blue C M Y K H S L
Decimal 236 177 152 0 0.25 0.36 0.07 17.86 0.69 0.76
Hex EC B1 98 0 19 24 7 12 45 4C
Octal 354 261 230 0 31 44 7 22 105 114
Binary 11101100 10110001 10011000 0 11001 100100 111 10010 1000101 1001100

Color Harmonies of #ECB198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB198

Black with #ECB198

Text Example


Text Example

White with #ECB198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB198; }

 p { color: rgb(236,177,152); }

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

background-color css

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

 a { background-color: rgb(236,177,152); }

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

border-color css

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

 span { border-color: rgb(236,177,152); }

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