Html Css Color HEX #EDB197 Wax Flower

📋 copy color: '#EDB197'

red 237 ◦ green 177 ◦ blue 151

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

Shades of Wax Flower #EDB197

Tints of Wax Flower #EDB197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 26.73%

R = 41.95%
G = 31.33%
B = 26.73%

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

#EDB197 (or 0xEDB197) is known color: Wax Flower. HEX triplet: ED, B1 and 97. RGB value is (237,177,151). Sum of RGB (Red+Green+Blue) = 237+177+151=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 177 (69.53% from 255 or 31.33% from 565); Blue value is 151 (59.38% from 255 or 26.73% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB197 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB197 is #124E68. Grayscale: #C0C0C0. Windows color (decimal): -1199721 or 9941485. OLE color: 9941485.

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

Color convert

RGB 237 177 151 -
CMYK 0 0.25 0.36 0.07
HSL 18.14º 0.7% 0.76% -
HSV(B) 18.14º 0.36% 0.93% -
XYZ 56.23 51.68 36.29 -
YUV 191.98 104.88 160.11 -
System Red Green Blue C M Y K H S L
Decimal 237 177 151 0 0.25 0.36 0.07 18.14 0.7 0.76
Hex ED B1 97 0 19 24 7 12 46 4C
Octal 355 261 227 0 31 44 7 22 106 114
Binary 11101101 10110001 10010111 0 11001 100100 111 10010 1000110 1001100

Color Harmonies of #EDB197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB197

Black with #EDB197

Text Example


Text Example

White with #EDB197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB197; }

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

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

background-color css

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

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

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

border-color css

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

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

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