Html Css Color HEX #EDB397 Wax Flower

📋 copy color: '#EDB397'

red 237 ◦ green 179 ◦ blue 151

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

Shades of Wax Flower #EDB397

Tints of Wax Flower #EDB397

RGB

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

 GREEN value IS 179 (70.31% from 255) = 31.57%

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

R = 41.8%
G = 31.57%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EDB397 (or 0xEDB397) is known color: Wax Flower. HEX triplet: ED, B3 and 97. RGB value is (237,179,151). Sum of RGB (Red+Green+Blue) = 237+179+151=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 179 (70.31% from 255 or 31.57% from 567); Blue value is 151 (59.38% from 255 or 26.63% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB397 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB397 is #124C68. Grayscale: #C1C1C1. Windows color (decimal): -1199209 or 9941997. OLE color: 9941997.

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

Color convert

RGB 237 179 151 -
CMYK 0 0.24 0.36 0.07
HSL 19.53º 0.7% 0.76% -
HSV(B) 19.53º 0.36% 0.93% -
XYZ 56.63 52.48 36.42 -
YUV 193.15 104.22 159.28 -
System Red Green Blue C M Y K H S L
Decimal 237 179 151 0 0.24 0.36 0.07 19.53 0.7 0.76
Hex ED B3 97 0 18 24 7 14 46 4C
Octal 355 263 227 0 30 44 7 24 106 114
Binary 11101101 10110011 10010111 0 11000 100100 111 10100 1000110 1001100

Color Harmonies of #EDB397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB397

Black with #EDB397

Text Example


Text Example

White with #EDB397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB397; }

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

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

background-color css

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

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

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

border-color css

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

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

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