#EF7B72

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

Shades of Geraldine #EF7B72

Tints of Geraldine #EF7B72

Color information

#EF7B72 (or 0xEF7B72) is unknown color: approx Geraldine. HEX triplet: EF, 7B and 72. RGB value is (239,123,114). Sum of RGB (Red+Green+Blue) = 239+123+114=476 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.21% from 476); Green value is 123 (48.44% from 255 or 25.84% from 476); Blue value is 114 (44.92% from 255 or 23.95% from 476); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7B72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7B72 is #10848D. Grayscale: #9C9C9C. Windows color (decimal): -1082510 or 7502831. OLE color: 7502831.

HSL color Cylindrical-coordinate representation of color #EF7B72: hue angle of 4.32º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EF7B72 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB239123114-
CMYK00.490.520.06
HSL4.32º79.62%69.22%-
HSV(B)4.32º52.3%93.73%-
XYZ45.7233.7320.02-
YUV156.66103.93186.73-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.21%
GREEN value IS 123 (48.44% from 255) = 25.84%
BLUE value IS 114 (44.92% from 255) = 23.95%
R=50.21%
G=25.84%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912311400.490.520.064.3279.6269.22
HexEF7B7203134645045
Octal3571731620616464120105
Binary1110111111110111110010011000111010011010010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7B72; }

 p { color: rgb(239,123,114); }

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

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

 a { background-color: rgb(239,123,114); }

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

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

 span { border-color: rgb(239,123,114); }

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