Html Css Color HEX #EA756D Geraldine

📋 copy color: '#EA756D'

red 234 ◦ green 117 ◦ blue 109

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

Shades of Geraldine #EA756D

Tints of Geraldine #EA756D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.43%

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

R = 50.87%
G = 25.43%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EA756D (or 0xEA756D) is known color: Geraldine. HEX triplet: EA, 75 and 6D. RGB value is (234,117,109). Sum of RGB (Red+Green+Blue) = 234+117+109=460 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.87% from 460); Green value is 117 (46.09% from 255 or 25.43% from 460); Blue value is 109 (42.97% from 255 or 23.70% from 460); Max value from RGB is 234 - color contains mainly: red. Hex color #EA756D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA756D is #158A92. Grayscale: #979797. Windows color (decimal): -1411731 or 7173610. OLE color: 7173610.

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

Color convert

RGB 234 117 109 -
CMYK 0 0.5 0.53 0.08
HSL 3.84º 0.75% 0.67% -
HSV(B) 3.84º 0.53% 0.92% -
XYZ 43.05 31.32 18.24 -
YUV 151.07 104.26 187.15 -
System Red Green Blue C M Y K H S L
Decimal 234 117 109 0 0.5 0.53 0.08 3.84 0.75 0.67
Hex EA 75 6D 0 32 35 8 4 4B 43
Octal 352 165 155 0 62 65 10 4 113 103
Binary 11101010 1110101 1101101 0 110010 110101 1000 100 1001011 1000011

Color Harmonies of #EA756D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA756D

Black with #EA756D

Text Example


Text Example

White with #EA756D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA756D; }

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

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

background-color css

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

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

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

border-color css

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

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

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