Html Css Color HEX #EDA498 Rose Bud

📋 copy color: '#EDA498'

red 237 ◦ green 164 ◦ blue 152

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

Shades of Rose Bud #EDA498

Tints of Rose Bud #EDA498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 27.49%

R = 42.86%
G = 29.66%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EDA498 (or 0xEDA498) is known color: Rose Bud. HEX triplet: ED, A4 and 98. RGB value is (237,164,152). Sum of RGB (Red+Green+Blue) = 237+164+152=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 164 (64.45% from 255 or 29.66% from 553); Blue value is 152 (59.77% from 255 or 27.49% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA498 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA498 is #125B67. Grayscale: #B8B8B8. Windows color (decimal): -1203048 or 10003693. OLE color: 10003693.

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

Color convert

RGB 237 164 152 -
CMYK 0 0.31 0.36 0.07
HSL 8.47º 0.7% 0.76% -
HSV(B) 8.47º 0.36% 0.93% -
XYZ 53.87 46.82 35.9 -
YUV 184.46 109.68 165.48 -
System Red Green Blue C M Y K H S L
Decimal 237 164 152 0 0.31 0.36 0.07 8.47 0.7 0.76
Hex ED A4 98 0 1F 24 7 8 46 4C
Octal 355 244 230 0 37 44 7 10 106 114
Binary 11101101 10100100 10011000 0 11111 100100 111 1000 1000110 1001100

Color Harmonies of #EDA498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA498

Black with #EDA498

Text Example


Text Example

White with #EDA498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA498; }

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

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

background-color css

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

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

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

border-color css

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

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

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