Html Css Color HEX #EB7C73 Geraldine

📋 copy color: '#EB7C73'

red 235 ◦ green 124 ◦ blue 115

#EB7C73
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Geraldine #EB7C73

Tints of Geraldine #EB7C73

RGB

 RED value IS 235 (92.19% from 255) = 49.58%

 GREEN value IS 124 (48.83% from 255) = 26.16%

 BLUE value IS 115 (45.31% from 255) = 24.26%

R = 49.58%
G = 26.16%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EB7C73 (or 0xEB7C73) is known color: Geraldine. HEX triplet: EB, 7C and 73. RGB value is (235,124,115). Sum of RGB (Red+Green+Blue) = 235+124+115=474 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.58% from 474); Green value is 124 (48.83% from 255 or 26.16% from 474); Blue value is 115 (45.31% from 255 or 24.26% from 474); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7C73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7C73 is #14838C. Grayscale: #9C9C9C. Windows color (decimal): -1344397 or 7568619. OLE color: 7568619.

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

Color convert

RGB 235 124 115 -
CMYK 0 0.47 0.51 0.08
HSL 4.5º 0.75% 0.69% -
HSV(B) 4.5º 0.51% 0.92% -
XYZ 44.56 33.32 20.3 -
YUV 156.16 104.77 184.23 -
System Red Green Blue C M Y K H S L
Decimal 235 124 115 0 0.47 0.51 0.08 4.5 0.75 0.69
Hex EB 7C 73 0 2F 33 8 4 4B 45
Octal 353 174 163 0 57 63 10 4 113 105
Binary 11101011 1111100 1110011 0 101111 110011 1000 100 1001011 1000101

Color Harmonies of #EB7C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7C73

Black with #EB7C73

Text Example


Text Example

White with #EB7C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7C73; }

 p { color: rgb(235,124,115); }

 H1.HeaderClassName
 {
   color: #EB7C73;
 }
 .AnyTagClassName
 {
   color: #EB7C73;
 }
</style>

background-color css

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

 a { background-color: rgb(235,124,115); }

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

border-color css

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

 span { border-color: rgb(235,124,115); }

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