Html Css Color HEX #EDA298 Rose Bud

📋 copy color: '#EDA298'

red 237 ◦ green 162 ◦ blue 152

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

Shades of Rose Bud #EDA298

Tints of Rose Bud #EDA298

RGB

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

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

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

R = 43.01%
G = 29.4%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EDA298 (or 0xEDA298) is known color: Rose Bud. HEX triplet: ED, A2 and 98. RGB value is (237,162,152). Sum of RGB (Red+Green+Blue) = 237+162+152=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 162 (63.67% from 255 or 29.40% from 551); Blue value is 152 (59.77% from 255 or 27.59% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA298 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA298 is #125D67. Grayscale: #B7B7B7. Windows color (decimal): -1203560 or 10003181. OLE color: 10003181.

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

Color convert

RGB 237 162 152 -
CMYK 0 0.32 0.36 0.07
HSL 7.06º 0.7% 0.76% -
HSV(B) 7.06º 0.36% 0.93% -
XYZ 53.51 46.11 35.79 -
YUV 183.29 110.35 166.31 -
System Red Green Blue C M Y K H S L
Decimal 237 162 152 0 0.32 0.36 0.07 7.06 0.7 0.76
Hex ED A2 98 0 20 24 7 7 46 4C
Octal 355 242 230 0 40 44 7 7 106 114
Binary 11101101 10100010 10011000 0 100000 100100 111 111 1000110 1001100

Color Harmonies of #EDA298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA298

Black with #EDA298

Text Example


Text Example

White with #EDA298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA298; }

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

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

background-color css

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

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

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

border-color css

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

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

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