Html Css Color HEX #EDB095 Wax Flower

📋 copy color: '#EDB095'

red 237 ◦ green 176 ◦ blue 149

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

Shades of Wax Flower #EDB095

Tints of Wax Flower #EDB095

RGB

 RED value IS 237 (92.97% from 255) = 42.17%

 GREEN value IS 176 (69.14% from 255) = 31.32%

 BLUE value IS 149 (58.59% from 255) = 26.51%

R = 42.17%
G = 31.32%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EDB095 (or 0xEDB095) is known color: Wax Flower. HEX triplet: ED, B0 and 95. RGB value is (237,176,149). Sum of RGB (Red+Green+Blue) = 237+176+149=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 176 (69.14% from 255 or 31.32% from 562); Blue value is 149 (58.59% from 255 or 26.51% from 562); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB095 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB095 is #124F6A. Grayscale: #BFBFBF. Windows color (decimal): -1199979 or 9810157. OLE color: 9810157.

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

Color convert

RGB 237 176 149 -
CMYK 0 0.26 0.37 0.07
HSL 18.41º 0.71% 0.76% -
HSV(B) 18.41º 0.37% 0.93% -
XYZ 55.88 51.23 35.38 -
YUV 191.16 104.21 160.7 -
System Red Green Blue C M Y K H S L
Decimal 237 176 149 0 0.26 0.37 0.07 18.41 0.71 0.76
Hex ED B0 95 0 1A 25 7 12 47 4C
Octal 355 260 225 0 32 45 7 22 107 114
Binary 11101101 10110000 10010101 0 11010 100101 111 10010 1000111 1001100

Color Harmonies of #EDB095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB095

Black with #EDB095

Text Example


Text Example

White with #EDB095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB095; }

 p { color: rgb(237,176,149); }

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

background-color css

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

 a { background-color: rgb(237,176,149); }

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

border-color css

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

 span { border-color: rgb(237,176,149); }

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