Html Css Color HEX #EEA29B Rose Bud

📋 copy color: '#EEA29B'

red 238 ◦ green 162 ◦ blue 155

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

Shades of Rose Bud #EEA29B

Tints of Rose Bud #EEA29B

RGB

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

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

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

R = 42.88%
G = 29.19%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EEA29B (or 0xEEA29B) is known color: Rose Bud. HEX triplet: EE, A2 and 9B. RGB value is (238,162,155). Sum of RGB (Red+Green+Blue) = 238+162+155=555 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.88% from 555); Green value is 162 (63.67% from 255 or 29.19% from 555); Blue value is 155 (60.94% from 255 or 27.93% from 555); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA29B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA29B is #115D64. Grayscale: #B8B8B8. Windows color (decimal): -1138021 or 10199790. OLE color: 10199790.

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

Color convert

RGB 238 162 155 -
CMYK 0 0.32 0.35 0.07
HSL 5.06º 0.71% 0.77% -
HSV(B) 5.06º 0.35% 0.93% -
XYZ 54.1 46.38 37.11 -
YUV 183.93 111.68 166.57 -
System Red Green Blue C M Y K H S L
Decimal 238 162 155 0 0.32 0.35 0.07 5.06 0.71 0.77
Hex EE A2 9B 0 20 23 7 5 47 4D
Octal 356 242 233 0 40 43 7 5 107 115
Binary 11101110 10100010 10011011 0 100000 100011 111 101 1000111 1001101

Color Harmonies of #EEA29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA29B

Black with #EEA29B

Text Example


Text Example

White with #EEA29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA29B; }

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

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

background-color css

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

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

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

border-color css

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

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

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