Html Css Color HEX #ECB297 Wax Flower

📋 copy color: '#ECB297'

red 236 ◦ green 178 ◦ blue 151

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

Shades of Wax Flower #ECB297

Tints of Wax Flower #ECB297

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.5%

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

R = 41.77%
G = 31.5%
B = 26.73%

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

#ECB297 (or 0xECB297) is known color: Wax Flower. HEX triplet: EC, B2 and 97. RGB value is (236,178,151). Sum of RGB (Red+Green+Blue) = 236+178+151=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 178 (69.92% from 255 or 31.50% from 565); Blue value is 151 (59.38% from 255 or 26.73% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB297 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB297 is #134D68. Grayscale: #C0C0C0. Windows color (decimal): -1265001 or 9941740. OLE color: 9941740.

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

Color convert

RGB 236 178 151 -
CMYK 0 0.25 0.36 0.07
HSL 19.06º 0.69% 0.76% -
HSV(B) 19.06º 0.36% 0.93% -
XYZ 56.1 51.91 36.34 -
YUV 192.26 104.72 159.2 -
System Red Green Blue C M Y K H S L
Decimal 236 178 151 0 0.25 0.36 0.07 19.06 0.69 0.76
Hex EC B2 97 0 19 24 7 13 45 4C
Octal 354 262 227 0 31 44 7 23 105 114
Binary 11101100 10110010 10010111 0 11001 100100 111 10011 1000101 1001100

Color Harmonies of #ECB297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB297

Black with #ECB297

Text Example


Text Example

White with #ECB297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB297; }

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

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

background-color css

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

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

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

border-color css

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

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

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