Html Css Color HEX #EC7967 Geraldine

📋 copy color: '#EC7967'

red 236 ◦ green 121 ◦ blue 103

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

Shades of Geraldine #EC7967

Tints of Geraldine #EC7967

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.3%

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

R = 51.3%
G = 26.3%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EC7967 (or 0xEC7967) is known color: Geraldine. HEX triplet: EC, 79 and 67. RGB value is (236,121,103). Sum of RGB (Red+Green+Blue) = 236+121+103=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 121 (47.66% from 255 or 26.30% from 460); Blue value is 103 (40.62% from 255 or 22.39% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7967 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7967 is #138698. Grayscale: #999999. Windows color (decimal): -1279641 or 6781420. OLE color: 6781420.

HSL color Cylindrical-coordinate representation of color #EC7967: hue angle of 8.12º 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 #EC7967 is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 121 103 -
CMYK 0 0.49 0.56 0.07
HSL 8.12º 0.78% 0.66% -
HSV(B) 8.12º 0.56% 0.93% -
XYZ 43.88 32.49 16.79 -
YUV 153.33 99.6 186.96 -
System Red Green Blue C M Y K H S L
Decimal 236 121 103 0 0.49 0.56 0.07 8.12 0.78 0.66
Hex EC 79 67 0 31 38 7 8 4E 42
Octal 354 171 147 0 61 70 7 10 116 102
Binary 11101100 1111001 1100111 0 110001 111000 111 1000 1001110 1000010

Color Harmonies of #EC7967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7967

Black with #EC7967

Text Example


Text Example

White with #EC7967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7967; }

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

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

background-color css

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

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

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

border-color css

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

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

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