Html Css Color HEX #EDB098 Wax Flower

📋 copy color: '#EDB098'

red 237 ◦ green 176 ◦ blue 152

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

Shades of Wax Flower #EDB098

Tints of Wax Flower #EDB098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 26.9%

R = 41.95%
G = 31.15%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EDB098 (or 0xEDB098) is known color: Wax Flower. HEX triplet: ED, B0 and 98. RGB value is (237,176,152). Sum of RGB (Red+Green+Blue) = 237+176+152=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 176 (69.14% from 255 or 31.15% from 565); Blue value is 152 (59.77% from 255 or 26.90% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB098 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB098 is #124F67. Grayscale: #BFBFBF. Windows color (decimal): -1199976 or 10006765. OLE color: 10006765.

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

Color convert

RGB 237 176 152 -
CMYK 0 0.26 0.36 0.07
HSL 16.94º 0.7% 0.76% -
HSV(B) 16.94º 0.36% 0.93% -
XYZ 56.12 51.32 36.65 -
YUV 191.5 105.71 160.45 -
System Red Green Blue C M Y K H S L
Decimal 237 176 152 0 0.26 0.36 0.07 16.94 0.7 0.76
Hex ED B0 98 0 1A 24 7 11 46 4C
Octal 355 260 230 0 32 44 7 21 106 114
Binary 11101101 10110000 10011000 0 11010 100100 111 10001 1000110 1001100

Color Harmonies of #EDB098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB098

Black with #EDB098

Text Example


Text Example

White with #EDB098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB098; }

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

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

background-color css

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

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

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

border-color css

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

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

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