Html Css Color HEX #EA837A Geraldine

📋 copy color: '#EA837A'

red 234 ◦ green 131 ◦ blue 122

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

Shades of Geraldine #EA837A

Tints of Geraldine #EA837A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.05%

R = 48.05%
G = 26.9%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EA837A (or 0xEA837A) is known color: Geraldine. HEX triplet: EA, 83 and 7A. RGB value is (234,131,122). Sum of RGB (Red+Green+Blue) = 234+131+122=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 131 (51.56% from 255 or 26.90% from 487); Blue value is 122 (48.05% from 255 or 25.05% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EA837A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA837A is #157C85. Grayscale: #A0A0A0. Windows color (decimal): -1408134 or 8029162. OLE color: 8029162.

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

Color convert

RGB 234 131 122 -
CMYK 0 0.44 0.48 0.08
HSL 4.82º 0.73% 0.7% -
HSV(B) 4.82º 0.48% 0.92% -
XYZ 45.56 35.13 22.79 -
YUV 160.77 106.12 180.23 -
System Red Green Blue C M Y K H S L
Decimal 234 131 122 0 0.44 0.48 0.08 4.82 0.73 0.7
Hex EA 83 7A 0 2C 30 8 5 49 46
Octal 352 203 172 0 54 60 10 5 111 106
Binary 11101010 10000011 1111010 0 101100 110000 1000 101 1001001 1000110

Color Harmonies of #EA837A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA837A

Black with #EA837A

Text Example


Text Example

White with #EA837A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA837A; }

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

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

background-color css

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

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

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

border-color css

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

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

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