Html Css Color HEX #EA746D Geraldine

📋 copy color: '#EA746D'

red 234 ◦ green 116 ◦ blue 109

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

Shades of Geraldine #EA746D

Tints of Geraldine #EA746D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.27%

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

R = 50.98%
G = 25.27%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EA746D (or 0xEA746D) is known color: Geraldine. HEX triplet: EA, 74 and 6D. RGB value is (234,116,109). Sum of RGB (Red+Green+Blue) = 234+116+109=459 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.98% from 459); Green value is 116 (45.70% from 255 or 25.27% from 459); Blue value is 109 (42.97% from 255 or 23.75% from 459); Max value from RGB is 234 - color contains mainly: red. Hex color #EA746D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA746D is #158B92. Grayscale: #969696. Windows color (decimal): -1411987 or 7173354. OLE color: 7173354.

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

Color convert

RGB 234 116 109 -
CMYK 0 0.50 0.53 0.08
HSL 3.36º 0.75% 0.67% -
HSV(B) 3.36º 0.53% 0.92% -
XYZ 42.94 31.09 18.21 -
YUV 150.48 104.59 187.57 -
System Red Green Blue C M Y K H S L
Decimal 234 116 109 0 0.50 0.53 0.08 3.36 0.75 0.67
Hex EA 74 6D 0 32 35 8 3 4B 43
Octal 352 164 155 0 62 65 10 3 113 103
Binary 11101010 1110100 1101101 0 110010 110101 1000 11 1001011 1000011

Color Harmonies of #EA746D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA746D

Black with #EA746D

Text Example


Text Example

White with #EA746D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA746D; }

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

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

background-color css

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

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

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

border-color css

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

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

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