Html Css Color HEX #EA716D Geraldine

📋 copy color: '#EA716D'

red 234 ◦ green 113 ◦ blue 109

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

Shades of Geraldine #EA716D

Tints of Geraldine #EA716D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.78%

 BLUE value IS 109 (42.97% from 255) = 23.9%

R = 51.32%
G = 24.78%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EA716D (or 0xEA716D) is known color: Geraldine. HEX triplet: EA, 71 and 6D. RGB value is (234,113,109). Sum of RGB (Red+Green+Blue) = 234+113+109=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 113 (44.53% from 255 or 24.78% from 456); Blue value is 109 (42.97% from 255 or 23.90% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EA716D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA716D is #158E92. Grayscale: #949494. Windows color (decimal): -1412755 or 7172586. OLE color: 7172586.

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

Color convert

RGB 234 113 109 -
CMYK 0 0.52 0.53 0.08
HSL 1.92º 0.75% 0.67% -
HSV(B) 1.92º 0.53% 0.92% -
XYZ 42.6 30.41 18.09 -
YUV 148.72 105.59 188.83 -
System Red Green Blue C M Y K H S L
Decimal 234 113 109 0 0.52 0.53 0.08 1.92 0.75 0.67
Hex EA 71 6D 0 34 35 8 2 4B 43
Octal 352 161 155 0 64 65 10 2 113 103
Binary 11101010 1110001 1101101 0 110100 110101 1000 10 1001011 1000011

Color Harmonies of #EA716D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA716D

Black with #EA716D

Text Example


Text Example

White with #EA716D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA716D; }

 p { color: rgb(234,113,109); }

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

background-color css

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

 a { background-color: rgb(234,113,109); }

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

border-color css

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

 span { border-color: rgb(234,113,109); }

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