Html Css Color HEX #ECB397 Wax Flower

📋 copy color: '#ECB397'

red 236 ◦ green 179 ◦ blue 151

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

Shades of Wax Flower #ECB397

Tints of Wax Flower #ECB397

RGB

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

 GREEN value IS 179 (70.31% from 255) = 31.63%

 BLUE value IS 151 (59.38% from 255) = 26.68%

R = 41.7%
G = 31.63%
B = 26.68%

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

#ECB397 (or 0xECB397) is known color: Wax Flower. HEX triplet: EC, B3 and 97. RGB value is (236,179,151). Sum of RGB (Red+Green+Blue) = 236+179+151=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 179 (70.31% from 255 or 31.63% from 566); Blue value is 151 (59.38% from 255 or 26.68% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB397 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB397 is #134C68. Grayscale: #C1C1C1. Windows color (decimal): -1264745 or 9941996. OLE color: 9941996.

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

Color convert

RGB 236 179 151 -
CMYK 0 0.24 0.36 0.07
HSL 19.76º 0.69% 0.76% -
HSV(B) 19.76º 0.36% 0.93% -
XYZ 56.3 52.31 36.41 -
YUV 192.85 104.38 158.78 -
System Red Green Blue C M Y K H S L
Decimal 236 179 151 0 0.24 0.36 0.07 19.76 0.69 0.76
Hex EC B3 97 0 18 24 7 14 45 4C
Octal 354 263 227 0 30 44 7 24 105 114
Binary 11101100 10110011 10010111 0 11000 100100 111 10100 1000101 1001100

Color Harmonies of #ECB397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB397

Black with #ECB397

Text Example


Text Example

White with #ECB397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB397; }

 p { color: rgb(236,179,151); }

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

background-color css

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

 a { background-color: rgb(236,179,151); }

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

border-color css

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

 span { border-color: rgb(236,179,151); }

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