Html Css Color HEX #EDA19C Rose Bud

📋 copy color: '#EDA19C'

red 237 ◦ green 161 ◦ blue 156

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

Shades of Rose Bud #EDA19C

Tints of Rose Bud #EDA19C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.06%

 BLUE value IS 156 (61.33% from 255) = 28.16%

R = 42.78%
G = 29.06%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EDA19C (or 0xEDA19C) is known color: Rose Bud. HEX triplet: ED, A1 and 9C. RGB value is (237,161,156). Sum of RGB (Red+Green+Blue) = 237+161+156=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 161 (63.28% from 255 or 29.06% from 554); Blue value is 156 (61.33% from 255 or 28.16% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA19C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA19C is #125E63. Grayscale: #B7B7B7. Windows color (decimal): -1203812 or 10265069. OLE color: 10265069.

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

Color convert

RGB 237 161 156 -
CMYK 0 0.32 0.34 0.07
HSL 3.7º 0.69% 0.77% -
HSV(B) 3.7º 0.34% 0.93% -
XYZ 53.67 45.89 37.48 -
YUV 183.15 112.68 166.41 -
System Red Green Blue C M Y K H S L
Decimal 237 161 156 0 0.32 0.34 0.07 3.7 0.69 0.77
Hex ED A1 9C 0 20 22 7 4 45 4D
Octal 355 241 234 0 40 42 7 4 105 115
Binary 11101101 10100001 10011100 0 100000 100010 111 100 1000101 1001101

Color Harmonies of #EDA19C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA19C

Black with #EDA19C

Text Example


Text Example

White with #EDA19C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA19C; }

 p { color: rgb(237,161,156); }

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

background-color css

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

 a { background-color: rgb(237,161,156); }

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

border-color css

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

 span { border-color: rgb(237,161,156); }

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