Html Css Color HEX #EA8679 Geraldine

📋 copy color: '#EA8679'

red 234 ◦ green 134 ◦ blue 121

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

Shades of Geraldine #EA8679

Tints of Geraldine #EA8679

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.4%

 BLUE value IS 121 (47.66% from 255) = 24.74%

R = 47.85%
G = 27.4%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EA8679 (or 0xEA8679) is known color: Geraldine. HEX triplet: EA, 86 and 79. RGB value is (234,134,121). Sum of RGB (Red+Green+Blue) = 234+134+121=489 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.85% from 489); Green value is 134 (52.73% from 255 or 27.40% from 489); Blue value is 121 (47.66% from 255 or 24.74% from 489); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8679 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8679 is #157986. Grayscale: #A2A2A2. Windows color (decimal): -1407367 or 7964394. OLE color: 7964394.

HSL color Cylindrical-coordinate representation of color #EA8679: hue angle of 6.9º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EA8679 is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 134 121 -
CMYK 0 0.43 0.48 0.08
HSL 6.9º 0.73% 0.7% -
HSV(B) 6.9º 0.48% 0.92% -
XYZ 45.91 35.92 22.6 -
YUV 162.42 104.63 179.06 -
System Red Green Blue C M Y K H S L
Decimal 234 134 121 0 0.43 0.48 0.08 6.9 0.73 0.7
Hex EA 86 79 0 2B 30 8 7 49 46
Octal 352 206 171 0 53 60 10 7 111 106
Binary 11101010 10000110 1111001 0 101011 110000 1000 111 1001001 1000110

Color Harmonies of #EA8679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8679

Black with #EA8679

Text Example


Text Example

White with #EA8679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8679; }

 p { color: rgb(234,134,121); }

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

background-color css

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

 a { background-color: rgb(234,134,121); }

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

border-color css

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

 span { border-color: rgb(234,134,121); }

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