Html Css Color HEX #EDA59B Rose Bud

📋 copy color: '#EDA59B'

red 237 ◦ green 165 ◦ blue 155

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

Shades of Rose Bud #EDA59B

Tints of Rose Bud #EDA59B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.62%

 BLUE value IS 155 (60.94% from 255) = 27.83%

R = 42.55%
G = 29.62%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EDA59B (or 0xEDA59B) is known color: Rose Bud. HEX triplet: ED, A5 and 9B. RGB value is (237,165,155). Sum of RGB (Red+Green+Blue) = 237+165+155=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 165 (64.84% from 255 or 29.62% from 557); Blue value is 155 (60.94% from 255 or 27.83% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA59B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA59B is #125A64. Grayscale: #B9B9B9. Windows color (decimal): -1202789 or 10200557. OLE color: 10200557.

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

Color convert

RGB 237 165 155 -
CMYK 0 0.30 0.35 0.07
HSL 7.32º 0.69% 0.77% -
HSV(B) 7.32º 0.35% 0.93% -
XYZ 54.3 47.28 37.27 -
YUV 185.39 110.85 164.81 -
System Red Green Blue C M Y K H S L
Decimal 237 165 155 0 0.30 0.35 0.07 7.32 0.69 0.77
Hex ED A5 9B 0 1E 23 7 7 45 4D
Octal 355 245 233 0 36 43 7 7 105 115
Binary 11101101 10100101 10011011 0 11110 100011 111 111 1000101 1001101

Color Harmonies of #EDA59B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA59B

Black with #EDA59B

Text Example


Text Example

White with #EDA59B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA59B; }

 p { color: rgb(237,165,155); }

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

background-color css

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

 a { background-color: rgb(237,165,155); }

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

border-color css

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

 span { border-color: rgb(237,165,155); }

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