Html Css Color HEX #EDA499 Rose Bud

📋 copy color: '#EDA499'

red 237 ◦ green 164 ◦ blue 153

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

Shades of Rose Bud #EDA499

Tints of Rose Bud #EDA499

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.6%

 BLUE value IS 153 (60.16% from 255) = 27.62%

R = 42.78%
G = 29.6%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EDA499 (or 0xEDA499) is known color: Rose Bud. HEX triplet: ED, A4 and 99. RGB value is (237,164,153). Sum of RGB (Red+Green+Blue) = 237+164+153=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 164 (64.45% from 255 or 29.60% from 554); Blue value is 153 (60.16% from 255 or 27.62% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA499 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA499 is #125B66. Grayscale: #B8B8B8. Windows color (decimal): -1203047 or 10069229. OLE color: 10069229.

HSL color Cylindrical-coordinate representation of color #EDA499: hue angle of 7.86º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDA499 is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 164 153 -
CMYK 0 0.31 0.35 0.07
HSL 7.86º 0.7% 0.76% -
HSV(B) 7.86º 0.35% 0.93% -
XYZ 53.95 46.86 36.34 -
YUV 184.57 110.18 165.39 -
System Red Green Blue C M Y K H S L
Decimal 237 164 153 0 0.31 0.35 0.07 7.86 0.7 0.76
Hex ED A4 99 0 1F 23 7 8 46 4C
Octal 355 244 231 0 37 43 7 10 106 114
Binary 11101101 10100100 10011001 0 11111 100011 111 1000 1000110 1001100

Color Harmonies of #EDA499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA499

Black with #EDA499

Text Example


Text Example

White with #EDA499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA499; }

 p { color: rgb(237,164,153); }

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

background-color css

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

 a { background-color: rgb(237,164,153); }

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

border-color css

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

 span { border-color: rgb(237,164,153); }

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