#EF726B

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

Shades of Geraldine #EF726B

Tints of Geraldine #EF726B

Color information

#EF726B (or 0xEF726B) is unknown color: approx Geraldine. HEX triplet: EF, 72 and 6B. RGB value is (239,114,107). Sum of RGB (Red+Green+Blue) = 239+114+107=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 114 (44.92% from 255 or 24.78% from 460); Blue value is 107 (42.19% from 255 or 23.26% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EF726B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF726B is #108D94. Grayscale: #969696. Windows color (decimal): -1084821 or 7041775. OLE color: 7041775.

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

Color convert

RGB239114107-
CMYK00.520.550.06
HSL3.18º80.49%67.84%-
HSV(B)3.18º55.23%93.73%-
XYZ44.2731.4517.65-
YUV150.58103.41191.07-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 51.96%
GREEN value IS 114 (44.92% from 255) = 24.78%
BLUE value IS 107 (42.19% from 255) = 23.26%
R=51.96%
G=24.78%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.55
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23911410700.520.550.063.1880.4967.84
HexEF726B03437635044
Octal3571621530646763120104
Binary111011111110010110101101101001101111101110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF726B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF726B; }

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

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

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

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

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

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

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

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