#EB726D

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

Shades of Geraldine #EB726D

Tints of Geraldine #EB726D

Color information

#EB726D (or 0xEB726D) is unknown color: approx Geraldine. HEX triplet: EB, 72 and 6D. RGB value is (235,114,109). Sum of RGB (Red+Green+Blue) = 235+114+109=458 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.31% from 458); Green value is 114 (44.92% from 255 or 24.89% from 458); Blue value is 109 (42.97% from 255 or 23.80% from 458); Max value from RGB is 235 - color contains mainly: red. Hex color #EB726D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB726D is #148D92. Grayscale: #959595. Windows color (decimal): -1346963 or 7172843. OLE color: 7172843.

HSL color Cylindrical-coordinate representation of color #EB726D: hue angle of 2.38º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EB726D is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB235114109-
CMYK00.510.540.08
HSL2.38º75.9%67.45%-
HSV(B)2.38º53.62%92.16%-
XYZ43.0430.818.14-
YUV149.61105.09188.91-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.31%
GREEN value IS 114 (44.92% from 255) = 24.89%
BLUE value IS 109 (42.97% from 255) = 23.80%
R=51.31%
G=24.89%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511410900.510.540.082.3875.967.45
HexEB726D03336824c43
Octal35316215506366102114103
Binary1110101111100101101101011001111011010001010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB726D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB726D; }

 p { color: rgb(235,114,109); }

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

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

 a { background-color: rgb(235,114,109); }

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

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

 span { border-color: rgb(235,114,109); }

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