Html Css Color HEX #ECB69A Wax Flower

📋 copy color: '#ECB69A'

red 236 ◦ green 182 ◦ blue 154

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

Shades of Wax Flower #ECB69A

Tints of Wax Flower #ECB69A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.82%

 BLUE value IS 154 (60.55% from 255) = 26.92%

R = 41.26%
G = 31.82%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ECB69A (or 0xECB69A) is known color: Wax Flower. HEX triplet: EC, B6 and 9A. RGB value is (236,182,154). Sum of RGB (Red+Green+Blue) = 236+182+154=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 182 (71.48% from 255 or 31.82% from 572); Blue value is 154 (60.55% from 255 or 26.92% from 572); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB69A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB69A is #134965. Grayscale: #C3C3C3. Windows color (decimal): -1263974 or 10139372. OLE color: 10139372.

HSL color Cylindrical-coordinate representation of color #ECB69A: hue angle of 20.49º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ECB69A is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 182 154 -
CMYK 0 0.23 0.35 0.07
HSL 20.49º 0.68% 0.76% -
HSV(B) 20.49º 0.35% 0.93% -
XYZ 57.15 53.62 37.91 -
YUV 194.95 104.89 157.28 -
System Red Green Blue C M Y K H S L
Decimal 236 182 154 0 0.23 0.35 0.07 20.49 0.68 0.76
Hex EC B6 9A 0 17 23 7 14 44 4C
Octal 354 266 232 0 27 43 7 24 104 114
Binary 11101100 10110110 10011010 0 10111 100011 111 10100 1000100 1001100

Color Harmonies of #ECB69A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB69A

Black with #ECB69A

Text Example


Text Example

White with #ECB69A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB69A; }

 p { color: rgb(236,182,154); }

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

background-color css

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

 a { background-color: rgb(236,182,154); }

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

border-color css

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

 span { border-color: rgb(236,182,154); }

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