Html Css Color HEX #EDA299 Rose Bud

📋 copy color: '#EDA299'

red 237 ◦ green 162 ◦ blue 153

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

Shades of Rose Bud #EDA299

Tints of Rose Bud #EDA299

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.35%

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

R = 42.93%
G = 29.35%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EDA299 (or 0xEDA299) is known color: Rose Bud. HEX triplet: ED, A2 and 99. RGB value is (237,162,153). Sum of RGB (Red+Green+Blue) = 237+162+153=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 162 (63.67% from 255 or 29.35% from 552); Blue value is 153 (60.16% from 255 or 27.72% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA299 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA299 is #125D66. Grayscale: #B7B7B7. Windows color (decimal): -1203559 or 10068717. OLE color: 10068717.

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

Color convert

RGB 237 162 153 -
CMYK 0 0.32 0.35 0.07
HSL 6.43º 0.7% 0.76% -
HSV(B) 6.43º 0.35% 0.93% -
XYZ 53.6 46.15 36.22 -
YUV 183.4 110.85 166.23 -
System Red Green Blue C M Y K H S L
Decimal 237 162 153 0 0.32 0.35 0.07 6.43 0.7 0.76
Hex ED A2 99 0 20 23 7 6 46 4C
Octal 355 242 231 0 40 43 7 6 106 114
Binary 11101101 10100010 10011001 0 100000 100011 111 110 1000110 1001100

Color Harmonies of #EDA299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA299

Black with #EDA299

Text Example


Text Example

White with #EDA299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA299; }

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

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

background-color css

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

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

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

border-color css

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

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

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