#E09BA5

Color #E09BA5 Kobi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kobi #E09BA5

Tints of Kobi #E09BA5

Color information

#E09BA5 (or 0xE09BA5) is unknown color: approx Kobi. HEX triplet: E0, 9B and A5. RGB value is (224,155,165). Sum of RGB (Red+Green+Blue) = 224+155+165=544 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.18% from 544); Green value is 155 (60.94% from 255 or 28.49% from 544); Blue value is 165 (64.84% from 255 or 30.33% from 544); Max value from RGB is 224 - color contains mainly: red. Hex color #E09BA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09BA5 is #1F645A. Grayscale: #B0B0B0. Windows color (decimal): -2057307 or 10853344. OLE color: 10853344.

HSL color Cylindrical-coordinate representation of color #E09BA5: hue angle of 351.3º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E09BA5 is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.12.

Color convert

RGB224155165-
CMYK00.310.260.12
HSL351.3º52.67%74.31%-
HSV(B)351.3º30.8%87.84%-
XYZ49.2542.0141.11-
YUV176.77121.36161.69-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.18%
GREEN value IS 155 (60.94% from 255) = 28.49%
BLUE value IS 165 (64.84% from 255) = 30.33%
R=41.18%
G=28.49%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415516500.310.260.12351.352.6774.31
HexE09BA501F1AC15f354a
Octal340233245037321453765112
Binary1110000010011011101001010111111101011001010111111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09BA5; }

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

 H1.HeaderClassName
 {
   color: #E09BA5;
 }
 .AnyTagClassName
 {
   color: #E09BA5;
 }
</style>
background-color css

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

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

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

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

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

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