Html Css Color HEX #EA7B6D Geraldine

📋 copy color: '#EA7B6D'

red 234 ◦ green 123 ◦ blue 109

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

Shades of Geraldine #EA7B6D

Tints of Geraldine #EA7B6D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.39%

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

R = 50.21%
G = 26.39%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EA7B6D (or 0xEA7B6D) is known color: Geraldine. HEX triplet: EA, 7B and 6D. RGB value is (234,123,109). Sum of RGB (Red+Green+Blue) = 234+123+109=466 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.21% from 466); Green value is 123 (48.44% from 255 or 26.39% from 466); Blue value is 109 (42.97% from 255 or 23.39% from 466); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7B6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7B6D is #158492. Grayscale: #9A9A9A. Windows color (decimal): -1410195 or 7175146. OLE color: 7175146.

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

Color convert

RGB 234 123 109 -
CMYK 0 0.47 0.53 0.08
HSL 6.72º 0.75% 0.67% -
HSV(B) 6.72º 0.53% 0.92% -
XYZ 43.77 32.76 18.48 -
YUV 154.59 102.27 184.64 -
System Red Green Blue C M Y K H S L
Decimal 234 123 109 0 0.47 0.53 0.08 6.72 0.75 0.67
Hex EA 7B 6D 0 2F 35 8 7 4B 43
Octal 352 173 155 0 57 65 10 7 113 103
Binary 11101010 1111011 1101101 0 101111 110101 1000 111 1001011 1000011

Color Harmonies of #EA7B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7B6D

Black with #EA7B6D

Text Example


Text Example

White with #EA7B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7B6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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