Html Css Color HEX #EC7369 Geraldine

📋 copy color: '#EC7369'

red 236 ◦ green 115 ◦ blue 105

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

Shades of Geraldine #EC7369

Tints of Geraldine #EC7369

RGB

 RED value IS 236 (92.58% from 255) = 51.75%

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

 BLUE value IS 105 (41.41% from 255) = 23.03%

R = 51.75%
G = 25.22%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EC7369 (or 0xEC7369) is known color: Geraldine. HEX triplet: EC, 73 and 69. RGB value is (236,115,105). Sum of RGB (Red+Green+Blue) = 236+115+105=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 115 (45.31% from 255 or 25.22% from 456); Blue value is 105 (41.41% from 255 or 23.03% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7369 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7369 is #138C96. Grayscale: #969696. Windows color (decimal): -1281175 or 6910956. OLE color: 6910956.

HSL color Cylindrical-coordinate representation of color #EC7369: hue angle of 4.58º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC7369 is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 115 105 -
CMYK 0 0.51 0.56 0.07
HSL 4.58º 0.78% 0.67% -
HSV(B) 4.58º 0.56% 0.93% -
XYZ 43.27 31.11 17.09 -
YUV 150.04 102.59 189.31 -
System Red Green Blue C M Y K H S L
Decimal 236 115 105 0 0.51 0.56 0.07 4.58 0.78 0.67
Hex EC 73 69 0 33 38 7 5 4E 43
Octal 354 163 151 0 63 70 7 5 116 103
Binary 11101100 1110011 1101001 0 110011 111000 111 101 1001110 1000011

Color Harmonies of #EC7369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7369

Black with #EC7369

Text Example


Text Example

White with #EC7369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7369; }

 p { color: rgb(236,115,105); }

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

background-color css

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

 a { background-color: rgb(236,115,105); }

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

border-color css

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

 span { border-color: rgb(236,115,105); }

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