Html Css Color HEX #ECB098 Wax Flower

📋 copy color: '#ECB098'

red 236 ◦ green 176 ◦ blue 152

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

Shades of Wax Flower #ECB098

Tints of Wax Flower #ECB098

RGB

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

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

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

R = 41.84%
G = 31.21%
B = 26.95%

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

#ECB098 (or 0xECB098) is known color: Wax Flower. HEX triplet: EC, B0 and 98. RGB value is (236,176,152). Sum of RGB (Red+Green+Blue) = 236+176+152=564 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.84% from 564); Green value is 176 (69.14% from 255 or 31.21% from 564); Blue value is 152 (59.77% from 255 or 26.95% from 564); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB098 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB098 is #134F67. Grayscale: #BFBFBF. Windows color (decimal): -1265512 or 10006764. OLE color: 10006764.

HSL color Cylindrical-coordinate representation of color #ECB098: hue angle of 17.14º 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 #ECB098 is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 176 152 -
CMYK 0 0.25 0.36 0.07
HSL 17.14º 0.69% 0.76% -
HSV(B) 17.14º 0.36% 0.93% -
XYZ 55.78 51.15 36.64 -
YUV 191.2 105.88 159.95 -
System Red Green Blue C M Y K H S L
Decimal 236 176 152 0 0.25 0.36 0.07 17.14 0.69 0.76
Hex EC B0 98 0 19 24 7 11 45 4C
Octal 354 260 230 0 31 44 7 21 105 114
Binary 11101100 10110000 10011000 0 11001 100100 111 10001 1000101 1001100

Color Harmonies of #ECB098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB098

Black with #ECB098

Text Example


Text Example

White with #ECB098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB098; }

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

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

background-color css

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

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

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

border-color css

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

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

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