Html Css Color HEX #ECB296 Wax Flower

📋 copy color: '#ECB296'

red 236 ◦ green 178 ◦ blue 150

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

Shades of Wax Flower #ECB296

Tints of Wax Flower #ECB296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 26.6%

R = 41.84%
G = 31.56%
B = 26.6%

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

#ECB296 (or 0xECB296) is known color: Wax Flower. HEX triplet: EC, B2 and 96. RGB value is (236,178,150). Sum of RGB (Red+Green+Blue) = 236+178+150=564 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.84% from 564); Green value is 178 (69.92% from 255 or 31.56% from 564); Blue value is 150 (58.98% from 255 or 26.60% from 564); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB296 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB296 is #134D69. Grayscale: #C0C0C0. Windows color (decimal): -1265002 or 9876204. OLE color: 9876204.

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

Color convert

RGB 236 178 150 -
CMYK 0 0.25 0.36 0.07
HSL 19.53º 0.69% 0.76% -
HSV(B) 19.53º 0.36% 0.93% -
XYZ 56.02 51.88 35.91 -
YUV 192.15 104.22 159.28 -
System Red Green Blue C M Y K H S L
Decimal 236 178 150 0 0.25 0.36 0.07 19.53 0.69 0.76
Hex EC B2 96 0 19 24 7 14 45 4C
Octal 354 262 226 0 31 44 7 24 105 114
Binary 11101100 10110010 10010110 0 11001 100100 111 10100 1000101 1001100

Color Harmonies of #ECB296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB296

Black with #ECB296

Text Example


Text Example

White with #ECB296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB296; }

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

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

background-color css

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

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

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

border-color css

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

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

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