Html Css Color HEX #EB7B73 Geraldine

📋 copy color: '#EB7B73'

red 235 ◦ green 123 ◦ blue 115

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

Shades of Geraldine #EB7B73

Tints of Geraldine #EB7B73

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26%

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

R = 49.68%
G = 26%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EB7B73 (or 0xEB7B73) is known color: Geraldine. HEX triplet: EB, 7B and 73. RGB value is (235,123,115). Sum of RGB (Red+Green+Blue) = 235+123+115=473 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.68% from 473); Green value is 123 (48.44% from 255 or 26.00% from 473); Blue value is 115 (45.31% from 255 or 24.31% from 473); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7B73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7B73 is #14848C. Grayscale: #9B9B9B. Windows color (decimal): -1344653 or 7568363. OLE color: 7568363.

HSL color Cylindrical-coordinate representation of color #EB7B73: hue angle of 4º 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 #EB7B73 is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 123 115 -
CMYK 0 0.48 0.51 0.08
HSL 0.75% 0.69% -
HSV(B) 0.51% 0.92% -
XYZ 44.44 33.07 20.26 -
YUV 155.58 105.11 184.65 -
System Red Green Blue C M Y K H S L
Decimal 235 123 115 0 0.48 0.51 0.08 4 0.75 0.69
Hex EB 7B 73 0 30 33 8 4 4B 45
Octal 353 173 163 0 60 63 10 4 113 105
Binary 11101011 1111011 1110011 0 110000 110011 1000 100 1001011 1000101

Color Harmonies of #EB7B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7B73

Black with #EB7B73

Text Example


Text Example

White with #EB7B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7B73; }

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

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

background-color css

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

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

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

border-color css

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

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

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