Html Css Color HEX #EA726D Geraldine

📋 copy color: '#EA726D'

red 234 ◦ green 114 ◦ blue 109

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

Shades of Geraldine #EA726D

Tints of Geraldine #EA726D

RGB

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

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

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

R = 51.2%
G = 24.95%
B = 23.85%

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

#EA726D (or 0xEA726D) is known color: Geraldine. HEX triplet: EA, 72 and 6D. RGB value is (234,114,109). Sum of RGB (Red+Green+Blue) = 234+114+109=457 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.20% from 457); Green value is 114 (44.92% from 255 or 24.95% from 457); Blue value is 109 (42.97% from 255 or 23.85% from 457); Max value from RGB is 234 - color contains mainly: red. Hex color #EA726D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA726D is #158D92. Grayscale: #959595. Windows color (decimal): -1412499 or 7172842. OLE color: 7172842.

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

Color convert

RGB 234 114 109 -
CMYK 0 0.51 0.53 0.08
HSL 2.4º 0.75% 0.67% -
HSV(B) 2.4º 0.53% 0.92% -
XYZ 42.71 30.63 18.13 -
YUV 149.31 105.26 188.41 -
System Red Green Blue C M Y K H S L
Decimal 234 114 109 0 0.51 0.53 0.08 2.4 0.75 0.67
Hex EA 72 6D 0 33 35 8 2 4B 43
Octal 352 162 155 0 63 65 10 2 113 103
Binary 11101010 1110010 1101101 0 110011 110101 1000 10 1001011 1000011

Color Harmonies of #EA726D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA726D

Black with #EA726D

Text Example


Text Example

White with #EA726D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA726D; }

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

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

background-color css

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

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

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

border-color css

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

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

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