Html Css Color HEX #EDB096 Wax Flower

📋 copy color: '#EDB096'

red 237 ◦ green 176 ◦ blue 150

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

Shades of Wax Flower #EDB096

Tints of Wax Flower #EDB096

RGB

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

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

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

R = 42.1%
G = 31.26%
B = 26.64%

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

#EDB096 (or 0xEDB096) is known color: Wax Flower. HEX triplet: ED, B0 and 96. RGB value is (237,176,150). Sum of RGB (Red+Green+Blue) = 237+176+150=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 176 (69.14% from 255 or 31.26% from 563); Blue value is 150 (58.98% from 255 or 26.64% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB096 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB096 is #124F69. Grayscale: #BFBFBF. Windows color (decimal): -1199978 or 9875693. OLE color: 9875693.

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

Color convert

RGB 237 176 150 -
CMYK 0 0.26 0.37 0.07
HSL 17.93º 0.71% 0.76% -
HSV(B) 17.93º 0.37% 0.93% -
XYZ 55.96 51.26 35.8 -
YUV 191.28 104.71 160.61 -
System Red Green Blue C M Y K H S L
Decimal 237 176 150 0 0.26 0.37 0.07 17.93 0.71 0.76
Hex ED B0 96 0 1A 25 7 12 47 4C
Octal 355 260 226 0 32 45 7 22 107 114
Binary 11101101 10110000 10010110 0 11010 100101 111 10010 1000111 1001100

Color Harmonies of #EDB096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB096

Black with #EDB096

Text Example


Text Example

White with #EDB096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB096; }

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

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

background-color css

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

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

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

border-color css

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

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

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