#E09DA7

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

Shades of Kobi #E09DA7

Tints of Kobi #E09DA7

Color information

#E09DA7 (or 0xE09DA7) is unknown color: approx Kobi. HEX triplet: E0, 9D and A7. RGB value is (224,157,167). Sum of RGB (Red+Green+Blue) = 224+157+167=548 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.88% from 548); Green value is 157 (61.72% from 255 or 28.65% from 548); Blue value is 167 (65.62% from 255 or 30.47% from 548); Max value from RGB is 224 - color contains mainly: red. Hex color #E09DA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09DA7 is #1F6258. Grayscale: #B2B2B2. Windows color (decimal): -2056793 or 10984928. OLE color: 10984928.

HSL color Cylindrical-coordinate representation of color #E09DA7: hue angle of 351.04º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E09DA7 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB224157167-
CMYK00.300.250.12
HSL351.04º51.94%74.71%-
HSV(B)351.04º29.91%87.84%-
XYZ49.7742.7542.19-
YUV178.17121.7160.69-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.88%
GREEN value IS 157 (61.72% from 255) = 28.65%
BLUE value IS 167 (65.62% from 255) = 30.47%
R=40.88%
G=28.65%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415716700.300.250.12351.0451.9474.71
HexE09DA701E19C15f344b
Octal340235247036311453764113
Binary1110000010011101101001110111101100111001010111111101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09DA7; }

 p { color: rgb(224,157,167); }

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

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

 a { background-color: rgb(224,157,167); }

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

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

 span { border-color: rgb(224,157,167); }

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