Html Css Color HEX #EC7467 Geraldine

📋 copy color: '#EC7467'

red 236 ◦ green 116 ◦ blue 103

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

Shades of Geraldine #EC7467

Tints of Geraldine #EC7467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 22.64%

R = 51.87%
G = 25.49%
B = 22.64%

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

#EC7467 (or 0xEC7467) is known color: Geraldine. HEX triplet: EC, 74 and 67. RGB value is (236,116,103). Sum of RGB (Red+Green+Blue) = 236+116+103=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 116 (45.70% from 255 or 25.49% from 455); Blue value is 103 (40.62% from 255 or 22.64% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7467 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7467 is #138B98. Grayscale: #969696. Windows color (decimal): -1280921 or 6780140. OLE color: 6780140.

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

Color convert

RGB 236 116 103 -
CMYK 0 0.51 0.56 0.07
HSL 5.86º 0.78% 0.66% -
HSV(B) 5.86º 0.56% 0.93% -
XYZ 43.29 31.3 16.59 -
YUV 150.4 101.26 189.06 -
System Red Green Blue C M Y K H S L
Decimal 236 116 103 0 0.51 0.56 0.07 5.86 0.78 0.66
Hex EC 74 67 0 33 38 7 6 4E 42
Octal 354 164 147 0 63 70 7 6 116 102
Binary 11101100 1110100 1100111 0 110011 111000 111 110 1001110 1000010

Color Harmonies of #EC7467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7467

Black with #EC7467

Text Example


Text Example

White with #EC7467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7467; }

 p { color: rgb(236,116,103); }

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

background-color css

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

 a { background-color: rgb(236,116,103); }

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

border-color css

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

 span { border-color: rgb(236,116,103); }

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