Html Css Color HEX #EA8270 Geraldine

📋 copy color: '#EA8270'

red 234 ◦ green 130 ◦ blue 112

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

Shades of Geraldine #EA8270

Tints of Geraldine #EA8270

RGB

 RED value IS 234 (91.8% from 255) = 49.16%

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

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

R = 49.16%
G = 27.31%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EA8270 (or 0xEA8270) is known color: Geraldine. HEX triplet: EA, 82 and 70. RGB value is (234,130,112). Sum of RGB (Red+Green+Blue) = 234+130+112=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 130 (51.17% from 255 or 27.31% from 476); Blue value is 112 (44.14% from 255 or 23.53% from 476); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8270 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8270 is #157D8F. Grayscale: #9F9F9F. Windows color (decimal): -1408400 or 7373546. OLE color: 7373546.

HSL color Cylindrical-coordinate representation of color #EA8270: hue angle of 8.85º degrees, saturation: 0.74, 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 #EA8270 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 130 112 -
CMYK 0 0.44 0.52 0.08
HSL 8.85º 0.74% 0.68% -
HSV(B) 8.85º 0.52% 0.92% -
XYZ 44.84 34.63 19.65 -
YUV 159.04 101.46 181.46 -
System Red Green Blue C M Y K H S L
Decimal 234 130 112 0 0.44 0.52 0.08 8.85 0.74 0.68
Hex EA 82 70 0 2C 34 8 9 4A 44
Octal 352 202 160 0 54 64 10 11 112 104
Binary 11101010 10000010 1110000 0 101100 110100 1000 1001 1001010 1000100

Color Harmonies of #EA8270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8270

Black with #EA8270

Text Example


Text Example

White with #EA8270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8270; }

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

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

background-color css

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

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

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

border-color css

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

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

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