Html Css Color HEX #EA726F Geraldine

📋 copy color: '#EA726F'

red 234 ◦ green 114 ◦ blue 111

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

Shades of Geraldine #EA726F

Tints of Geraldine #EA726F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.84%

 BLUE value IS 111 (43.75% from 255) = 24.18%

R = 50.98%
G = 24.84%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EA726F (or 0xEA726F) is known color: Geraldine. HEX triplet: EA, 72 and 6F. RGB value is (234,114,111). Sum of RGB (Red+Green+Blue) = 234+114+111=459 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.98% from 459); Green value is 114 (44.92% from 255 or 24.84% from 459); Blue value is 111 (43.75% from 255 or 24.18% from 459); Max value from RGB is 234 - color contains mainly: red. Hex color #EA726F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA726F is #158D90. Grayscale: #959595. Windows color (decimal): -1412497 or 7303914. OLE color: 7303914.

HSL color Cylindrical-coordinate representation of color #EA726F: hue angle of 1.46º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EA726F is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 114 111 -
CMYK 0 0.51 0.53 0.08
HSL 1.46º 0.75% 0.68% -
HSV(B) 1.46º 0.53% 0.92% -
XYZ 42.82 30.67 18.7 -
YUV 149.54 106.26 188.24 -
System Red Green Blue C M Y K H S L
Decimal 234 114 111 0 0.51 0.53 0.08 1.46 0.75 0.68
Hex EA 72 6F 0 33 35 8 1 4B 44
Octal 352 162 157 0 63 65 10 1 113 104
Binary 11101010 1110010 1101111 0 110011 110101 1000 1 1001011 1000100

Color Harmonies of #EA726F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA726F

Black with #EA726F

Text Example


Text Example

White with #EA726F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA726F; }

 p { color: rgb(234,114,111); }

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

background-color css

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

 a { background-color: rgb(234,114,111); }

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

border-color css

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

 span { border-color: rgb(234,114,111); }

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