Html Css Color HEX #EA8377 Geraldine

📋 copy color: '#EA8377'

red 234 ◦ green 131 ◦ blue 119

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

Shades of Geraldine #EA8377

Tints of Geraldine #EA8377

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.07%

 BLUE value IS 119 (46.88% from 255) = 24.59%

R = 48.35%
G = 27.07%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EA8377 (or 0xEA8377) is known color: Geraldine. HEX triplet: EA, 83 and 77. RGB value is (234,131,119). Sum of RGB (Red+Green+Blue) = 234+131+119=484 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.35% from 484); Green value is 131 (51.56% from 255 or 27.07% from 484); Blue value is 119 (46.88% from 255 or 24.59% from 484); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8377 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8377 is #157C88. Grayscale: #A0A0A0. Windows color (decimal): -1408137 or 7832554. OLE color: 7832554.

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

Color convert

RGB 234 131 119 -
CMYK 0 0.44 0.49 0.08
HSL 6.26º 0.73% 0.69% -
HSV(B) 6.26º 0.49% 0.92% -
XYZ 45.38 35.06 21.83 -
YUV 160.43 104.62 180.48 -
System Red Green Blue C M Y K H S L
Decimal 234 131 119 0 0.44 0.49 0.08 6.26 0.73 0.69
Hex EA 83 77 0 2C 31 8 6 49 45
Octal 352 203 167 0 54 61 10 6 111 105
Binary 11101010 10000011 1110111 0 101100 110001 1000 110 1001001 1000101

Color Harmonies of #EA8377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8377

Black with #EA8377

Text Example


Text Example

White with #EA8377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8377; }

 p { color: rgb(234,131,119); }

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

background-color css

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

 a { background-color: rgb(234,131,119); }

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

border-color css

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

 span { border-color: rgb(234,131,119); }

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