Html Css Color HEX #EEA499 Rose Bud

📋 copy color: '#EEA499'

red 238 ◦ green 164 ◦ blue 153

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

Shades of Rose Bud #EEA499

Tints of Rose Bud #EEA499

RGB

 RED value IS 238 (93.36% from 255) = 42.88%

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

 BLUE value IS 153 (60.16% from 255) = 27.57%

R = 42.88%
G = 29.55%
B = 27.57%

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

#EEA499 (or 0xEEA499) is known color: Rose Bud. HEX triplet: EE, A4 and 99. RGB value is (238,164,153). Sum of RGB (Red+Green+Blue) = 238+164+153=555 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.88% from 555); Green value is 164 (64.45% from 255 or 29.55% from 555); Blue value is 153 (60.16% from 255 or 27.57% from 555); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA499 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA499 is #115B66. Grayscale: #B8B8B8. Windows color (decimal): -1137511 or 10069230. OLE color: 10069230.

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

Color convert

RGB 238 164 153 -
CMYK 0 0.31 0.36 0.07
HSL 7.76º 0.71% 0.77% -
HSV(B) 7.76º 0.36% 0.93% -
XYZ 54.29 47.03 36.35 -
YUV 184.87 110.02 165.89 -
System Red Green Blue C M Y K H S L
Decimal 238 164 153 0 0.31 0.36 0.07 7.76 0.71 0.77
Hex EE A4 99 0 1F 24 7 8 47 4D
Octal 356 244 231 0 37 44 7 10 107 115
Binary 11101110 10100100 10011001 0 11111 100100 111 1000 1000111 1001101

Color Harmonies of #EEA499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA499

Black with #EEA499

Text Example


Text Example

White with #EEA499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA499; }

 p { color: rgb(238,164,153); }

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

background-color css

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

 a { background-color: rgb(238,164,153); }

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

border-color css

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

 span { border-color: rgb(238,164,153); }

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