#EE7269

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

Shades of Geraldine #EE7269

Tints of Geraldine #EE7269

Color information

#EE7269 (or 0xEE7269) is unknown color: approx Geraldine. HEX triplet: EE, 72 and 69. RGB value is (238,114,105). Sum of RGB (Red+Green+Blue) = 238+114+105=457 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.08% from 457); Green value is 114 (44.92% from 255 or 24.95% from 457); Blue value is 105 (41.41% from 255 or 22.98% from 457); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7269 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7269 is #118D96. Grayscale: #969696. Windows color (decimal): -1150359 or 6910702. OLE color: 6910702.

HSL color Cylindrical-coordinate representation of color #EE7269: hue angle of 4.06º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EE7269 is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB238114105-
CMYK00.520.560.07
HSL4.06º79.64%67.25%-
HSV(B)4.06º55.88%93.33%-
XYZ43.8331.2317.08-
YUV150.05102.58190.73-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 52.08%
GREEN value IS 114 (44.92% from 255) = 24.95%
BLUE value IS 105 (41.41% from 255) = 22.98%
R=52.08%
G=24.95%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23811410500.520.560.074.0679.6467.25
HexEE726903438745043
Octal3561621510647074120103
Binary1110111011100101101001011010011100011110010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7269; }

 p { color: rgb(238,114,105); }

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

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

 a { background-color: rgb(238,114,105); }

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

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

 span { border-color: rgb(238,114,105); }

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