Html Css Color HEX #EA8274 Geraldine

📋 copy color: '#EA8274'

red 234 ◦ green 130 ◦ blue 116

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

Shades of Geraldine #EA8274

Tints of Geraldine #EA8274

RGB

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

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

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

R = 48.75%
G = 27.08%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EA8274 (or 0xEA8274) is known color: Geraldine. HEX triplet: EA, 82 and 74. RGB value is (234,130,116). Sum of RGB (Red+Green+Blue) = 234+130+116=480 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.75% from 480); Green value is 130 (51.17% from 255 or 27.08% from 480); Blue value is 116 (45.70% from 255 or 24.17% from 480); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8274 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8274 is #157D8B. Grayscale: #9F9F9F. Windows color (decimal): -1408396 or 7635690. OLE color: 7635690.

HSL color Cylindrical-coordinate representation of color #EA8274: hue angle of 7.12º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EA8274 is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 130 116 -
CMYK 0 0.44 0.50 0.08
HSL 7.12º 0.74% 0.69% -
HSV(B) 7.12º 0.5% 0.92% -
XYZ 45.07 34.72 20.85 -
YUV 159.5 103.46 181.14 -
System Red Green Blue C M Y K H S L
Decimal 234 130 116 0 0.44 0.50 0.08 7.12 0.74 0.69
Hex EA 82 74 0 2C 32 8 7 4A 45
Octal 352 202 164 0 54 62 10 7 112 105
Binary 11101010 10000010 1110100 0 101100 110010 1000 111 1001010 1000101

Color Harmonies of #EA8274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8274

Black with #EA8274

Text Example


Text Example

White with #EA8274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8274; }

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

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

background-color css

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

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

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

border-color css

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

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

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