Html Css Color HEX #EA736C Geraldine

📋 copy color: '#EA736C'

red 234 ◦ green 115 ◦ blue 108

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

Shades of Geraldine #EA736C

Tints of Geraldine #EA736C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.16%

 BLUE value IS 108 (42.58% from 255) = 23.63%

R = 51.2%
G = 25.16%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EA736C (or 0xEA736C) is known color: Geraldine. HEX triplet: EA, 73 and 6C. RGB value is (234,115,108). Sum of RGB (Red+Green+Blue) = 234+115+108=457 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.20% from 457); Green value is 115 (45.31% from 255 or 25.16% from 457); Blue value is 108 (42.58% from 255 or 23.63% from 457); Max value from RGB is 234 - color contains mainly: red. Hex color #EA736C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA736C is #158C93. Grayscale: #959595. Windows color (decimal): -1412244 or 7107562. OLE color: 7107562.

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

Color convert

RGB 234 115 108 -
CMYK 0 0.51 0.54 0.08
HSL 3.33º 0.75% 0.67% -
HSV(B) 3.33º 0.54% 0.92% -
XYZ 42.77 30.84 17.89 -
YUV 149.78 104.42 188.07 -
System Red Green Blue C M Y K H S L
Decimal 234 115 108 0 0.51 0.54 0.08 3.33 0.75 0.67
Hex EA 73 6C 0 33 36 8 3 4B 43
Octal 352 163 154 0 63 66 10 3 113 103
Binary 11101010 1110011 1101100 0 110011 110110 1000 11 1001011 1000011

Color Harmonies of #EA736C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA736C

Black with #EA736C

Text Example


Text Example

White with #EA736C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA736C; }

 p { color: rgb(234,115,108); }

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

background-color css

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

 a { background-color: rgb(234,115,108); }

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

border-color css

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

 span { border-color: rgb(234,115,108); }

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