#E09CAE

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

Shades of Kobi #E09CAE

Tints of Kobi #E09CAE

Color information

#E09CAE (or 0xE09CAE) is unknown color: approx Kobi. HEX triplet: E0, 9C and AE. RGB value is (224,156,174). Sum of RGB (Red+Green+Blue) = 224+156+174=554 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.43% from 554); Green value is 156 (61.33% from 255 or 28.16% from 554); Blue value is 174 (68.36% from 255 or 31.41% from 554); Max value from RGB is 224 - color contains mainly: red. Hex color #E09CAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09CAE is #1F6351. Grayscale: #B2B2B2. Windows color (decimal): -2057042 or 11443424. OLE color: 11443424.

HSL color Cylindrical-coordinate representation of color #E09CAE: hue angle of 344.12º 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 #E09CAE is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB224156174-
CMYK00.300.220.12
HSL344.12º52.31%74.51%-
HSV(B)344.12º30.36%87.84%-
XYZ50.2742.6845.63-
YUV178.38125.53160.54-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.43%
GREEN value IS 156 (61.33% from 255) = 28.16%
BLUE value IS 174 (68.36% from 255) = 31.41%
R=40.43%
G=28.16%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415617400.300.220.12344.1252.3174.51
HexE09CAE01E16C158344b
Octal340234256036261453064113
Binary1110000010011100101011100111101011011001010110001101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09CAE; }

 p { color: rgb(224,156,174); }

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

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

 a { background-color: rgb(224,156,174); }

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

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

 span { border-color: rgb(224,156,174); }

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