Html Css Color HEX #EB8270 Geraldine

📋 copy color: '#EB8270'

red 235 ◦ green 130 ◦ blue 112

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

Shades of Geraldine #EB8270

Tints of Geraldine #EB8270

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.25%

 BLUE value IS 112 (44.14% from 255) = 23.48%

R = 49.27%
G = 27.25%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EB8270 (or 0xEB8270) is known color: Geraldine. HEX triplet: EB, 82 and 70. RGB value is (235,130,112). Sum of RGB (Red+Green+Blue) = 235+130+112=477 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.27% from 477); Green value is 130 (51.17% from 255 or 27.25% from 477); Blue value is 112 (44.14% from 255 or 23.48% from 477); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8270 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8270 is #147D8F. Grayscale: #9F9F9F. Windows color (decimal): -1342864 or 7373547. OLE color: 7373547.

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

Color convert

RGB 235 130 112 -
CMYK 0 0.45 0.52 0.08
HSL 8.78º 0.75% 0.68% -
HSV(B) 8.78º 0.52% 0.92% -
XYZ 45.17 34.8 19.67 -
YUV 159.34 101.29 181.96 -
System Red Green Blue C M Y K H S L
Decimal 235 130 112 0 0.45 0.52 0.08 8.78 0.75 0.68
Hex EB 82 70 0 2D 34 8 9 4B 44
Octal 353 202 160 0 55 64 10 11 113 104
Binary 11101011 10000010 1110000 0 101101 110100 1000 1001 1001011 1000100

Color Harmonies of #EB8270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8270

Black with #EB8270

Text Example


Text Example

White with #EB8270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8270; }

 p { color: rgb(235,130,112); }

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

background-color css

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

 a { background-color: rgb(235,130,112); }

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

border-color css

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

 span { border-color: rgb(235,130,112); }

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