Html Css Color HEX #EB8574 Geraldine

📋 copy color: '#EB8574'

red 235 ◦ green 133 ◦ blue 116

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

Shades of Geraldine #EB8574

Tints of Geraldine #EB8574

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.48%

 BLUE value IS 116 (45.7% from 255) = 23.97%

R = 48.55%
G = 27.48%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EB8574 (or 0xEB8574) is known color: Geraldine. HEX triplet: EB, 85 and 74. RGB value is (235,133,116). Sum of RGB (Red+Green+Blue) = 235+133+116=484 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.55% from 484); Green value is 133 (52.34% from 255 or 27.48% from 484); Blue value is 116 (45.70% from 255 or 23.97% from 484); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8574 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8574 is #147A8B. Grayscale: #A1A1A1. Windows color (decimal): -1342092 or 7636459. OLE color: 7636459.

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

Color convert

RGB 235 133 116 -
CMYK 0 0.43 0.51 0.08
HSL 8.57º 0.75% 0.69% -
HSV(B) 8.57º 0.51% 0.92% -
XYZ 45.8 35.7 21 -
YUV 161.56 102.29 180.38 -
System Red Green Blue C M Y K H S L
Decimal 235 133 116 0 0.43 0.51 0.08 8.57 0.75 0.69
Hex EB 85 74 0 2B 33 8 9 4B 45
Octal 353 205 164 0 53 63 10 11 113 105
Binary 11101011 10000101 1110100 0 101011 110011 1000 1001 1001011 1000101

Color Harmonies of #EB8574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8574

Black with #EB8574

Text Example


Text Example

White with #EB8574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8574; }

 p { color: rgb(235,133,116); }

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

background-color css

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

 a { background-color: rgb(235,133,116); }

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

border-color css

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

 span { border-color: rgb(235,133,116); }

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