Html Css Color HEX #EDA398 Rose Bud

📋 copy color: '#EDA398'

red 237 ◦ green 163 ◦ blue 152

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

Shades of Rose Bud #EDA398

Tints of Rose Bud #EDA398

RGB

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

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

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

R = 42.93%
G = 29.53%
B = 27.54%

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

#EDA398 (or 0xEDA398) is known color: Rose Bud. HEX triplet: ED, A3 and 98. RGB value is (237,163,152). Sum of RGB (Red+Green+Blue) = 237+163+152=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 163 (64.06% from 255 or 29.53% from 552); Blue value is 152 (59.77% from 255 or 27.54% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA398 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA398 is #125C67. Grayscale: #B7B7B7. Windows color (decimal): -1203304 or 10003437. OLE color: 10003437.

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

Color convert

RGB 237 163 152 -
CMYK 0 0.31 0.36 0.07
HSL 7.76º 0.7% 0.76% -
HSV(B) 7.76º 0.36% 0.93% -
XYZ 53.69 46.47 35.84 -
YUV 183.87 110.02 165.89 -
System Red Green Blue C M Y K H S L
Decimal 237 163 152 0 0.31 0.36 0.07 7.76 0.7 0.76
Hex ED A3 98 0 1F 24 7 8 46 4C
Octal 355 243 230 0 37 44 7 10 106 114
Binary 11101101 10100011 10011000 0 11111 100100 111 1000 1000110 1001100

Color Harmonies of #EDA398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA398

Black with #EDA398

Text Example


Text Example

White with #EDA398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA398; }

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

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

background-color css

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

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

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

border-color css

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

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

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