Html Css Color HEX #EDB297 Wax Flower

📋 copy color: '#EDB297'

red 237 ◦ green 178 ◦ blue 151

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

Shades of Wax Flower #EDB297

Tints of Wax Flower #EDB297

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.45%

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

R = 41.87%
G = 31.45%
B = 26.68%

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

#EDB297 (or 0xEDB297) is known color: Wax Flower. HEX triplet: ED, B2 and 97. RGB value is (237,178,151). Sum of RGB (Red+Green+Blue) = 237+178+151=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 178 (69.92% from 255 or 31.45% from 566); Blue value is 151 (59.38% from 255 or 26.68% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB297 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB297 is #124D68. Grayscale: #C0C0C0. Windows color (decimal): -1199465 or 9941741. OLE color: 9941741.

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

Color convert

RGB 237 178 151 -
CMYK 0 0.25 0.36 0.07
HSL 18.84º 0.7% 0.76% -
HSV(B) 18.84º 0.36% 0.93% -
XYZ 56.43 52.08 36.36 -
YUV 192.56 104.55 159.7 -
System Red Green Blue C M Y K H S L
Decimal 237 178 151 0 0.25 0.36 0.07 18.84 0.7 0.76
Hex ED B2 97 0 19 24 7 13 46 4C
Octal 355 262 227 0 31 44 7 23 106 114
Binary 11101101 10110010 10010111 0 11001 100100 111 10011 1000110 1001100

Color Harmonies of #EDB297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB297

Black with #EDB297

Text Example


Text Example

White with #EDB297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB297; }

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

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

background-color css

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

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

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

border-color css

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

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

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