Html Css Color HEX #ECB498 Wax Flower

📋 copy color: '#ECB498'

red 236 ◦ green 180 ◦ blue 152

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

Shades of Wax Flower #ECB498

Tints of Wax Flower #ECB498

RGB

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

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

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

R = 41.55%
G = 31.69%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#ECB498 (or 0xECB498) is known color: Wax Flower. HEX triplet: EC, B4 and 98. RGB value is (236,180,152). Sum of RGB (Red+Green+Blue) = 236+180+152=568 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.55% from 568); Green value is 180 (70.70% from 255 or 31.69% from 568); Blue value is 152 (59.77% from 255 or 26.76% from 568); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB498 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB498 is #134B67. Grayscale: #C1C1C1. Windows color (decimal): -1264488 or 10007788. OLE color: 10007788.

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

Color convert

RGB 236 180 152 -
CMYK 0 0.24 0.36 0.07
HSL 20º 0.69% 0.76% -
HSV(B) 20º 0.36% 0.93% -
XYZ 56.58 52.74 36.9 -
YUV 193.55 104.55 158.28 -
System Red Green Blue C M Y K H S L
Decimal 236 180 152 0 0.24 0.36 0.07 20 0.69 0.76
Hex EC B4 98 0 18 24 7 14 45 4C
Octal 354 264 230 0 30 44 7 24 105 114
Binary 11101100 10110100 10011000 0 11000 100100 111 10100 1000101 1001100

Color Harmonies of #ECB498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB498

Black with #ECB498

Text Example


Text Example

White with #ECB498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB498; }

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

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

background-color css

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

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

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

border-color css

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

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

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