Html Css Color HEX #EDB195 Wax Flower

📋 copy color: '#EDB195'

red 237 ◦ green 177 ◦ blue 149

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

Shades of Wax Flower #EDB195

Tints of Wax Flower #EDB195

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.44%

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

R = 42.1%
G = 31.44%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EDB195 (or 0xEDB195) is known color: Wax Flower. HEX triplet: ED, B1 and 95. RGB value is (237,177,149). Sum of RGB (Red+Green+Blue) = 237+177+149=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 177 (69.53% from 255 or 31.44% from 563); Blue value is 149 (58.59% from 255 or 26.47% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB195 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB195 is #124E6A. Grayscale: #BFBFBF. Windows color (decimal): -1199723 or 9810413. OLE color: 9810413.

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

Color convert

RGB 237 177 149 -
CMYK 0 0.25 0.37 0.07
HSL 19.09º 0.71% 0.76% -
HSV(B) 19.09º 0.37% 0.93% -
XYZ 56.07 51.62 35.44 -
YUV 191.75 103.88 160.28 -
System Red Green Blue C M Y K H S L
Decimal 237 177 149 0 0.25 0.37 0.07 19.09 0.71 0.76
Hex ED B1 95 0 19 25 7 13 47 4C
Octal 355 261 225 0 31 45 7 23 107 114
Binary 11101101 10110001 10010101 0 11001 100101 111 10011 1000111 1001100

Color Harmonies of #EDB195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB195

Black with #EDB195

Text Example


Text Example

White with #EDB195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB195; }

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

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

background-color css

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

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

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

border-color css

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

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

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