Html Css Color HEX #EEA59B Rose Bud

📋 copy color: '#EEA59B'

red 238 ◦ green 165 ◦ blue 155

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

Shades of Rose Bud #EEA59B

Tints of Rose Bud #EEA59B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.57%

 BLUE value IS 155 (60.94% from 255) = 27.78%

R = 42.65%
G = 29.57%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EEA59B (or 0xEEA59B) is known color: Rose Bud. HEX triplet: EE, A5 and 9B. RGB value is (238,165,155). Sum of RGB (Red+Green+Blue) = 238+165+155=558 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.65% from 558); Green value is 165 (64.84% from 255 or 29.57% from 558); Blue value is 155 (60.94% from 255 or 27.78% from 558); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA59B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA59B is #115A64. Grayscale: #B9B9B9. Windows color (decimal): -1137253 or 10200558. OLE color: 10200558.

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

Color convert

RGB 238 165 155 -
CMYK 0 0.31 0.35 0.07
HSL 7.23º 0.71% 0.77% -
HSV(B) 7.23º 0.35% 0.93% -
XYZ 54.63 47.45 37.29 -
YUV 185.69 110.68 165.31 -
System Red Green Blue C M Y K H S L
Decimal 238 165 155 0 0.31 0.35 0.07 7.23 0.71 0.77
Hex EE A5 9B 0 1F 23 7 7 47 4D
Octal 356 245 233 0 37 43 7 7 107 115
Binary 11101110 10100101 10011011 0 11111 100011 111 111 1000111 1001101

Color Harmonies of #EEA59B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA59B

Black with #EEA59B

Text Example


Text Example

White with #EEA59B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA59B; }

 p { color: rgb(238,165,155); }

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

background-color css

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

 a { background-color: rgb(238,165,155); }

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

border-color css

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

 span { border-color: rgb(238,165,155); }

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