Html Css Color HEX #EDA399 Rose Bud

📋 copy color: '#EDA399'

red 237 ◦ green 163 ◦ blue 153

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

Shades of Rose Bud #EDA399

Tints of Rose Bud #EDA399

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.48%

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

R = 42.86%
G = 29.48%
B = 27.67%

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

#EDA399 (or 0xEDA399) is known color: Rose Bud. HEX triplet: ED, A3 and 99. RGB value is (237,163,153). Sum of RGB (Red+Green+Blue) = 237+163+153=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 163 (64.06% from 255 or 29.48% from 553); Blue value is 153 (60.16% from 255 or 27.67% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA399 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA399 is #125C66. Grayscale: #B8B8B8. Windows color (decimal): -1203303 or 10068973. OLE color: 10068973.

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

Color convert

RGB 237 163 153 -
CMYK 0 0.31 0.35 0.07
HSL 7.14º 0.7% 0.76% -
HSV(B) 7.14º 0.35% 0.93% -
XYZ 53.77 46.5 36.28 -
YUV 183.99 110.52 165.81 -
System Red Green Blue C M Y K H S L
Decimal 237 163 153 0 0.31 0.35 0.07 7.14 0.7 0.76
Hex ED A3 99 0 1F 23 7 7 46 4C
Octal 355 243 231 0 37 43 7 7 106 114
Binary 11101101 10100011 10011001 0 11111 100011 111 111 1000110 1001100

Color Harmonies of #EDA399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA399

Black with #EDA399

Text Example


Text Example

White with #EDA399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA399; }

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

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

background-color css

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

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

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

border-color css

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

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

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