Html Css Color HEX #EC7968 Geraldine

📋 copy color: '#EC7968'

red 236 ◦ green 121 ◦ blue 104

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

Shades of Geraldine #EC7968

Tints of Geraldine #EC7968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.56%

R = 51.19%
G = 26.25%
B = 22.56%

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

#EC7968 (or 0xEC7968) is known color: Geraldine. HEX triplet: EC, 79 and 68. RGB value is (236,121,104). Sum of RGB (Red+Green+Blue) = 236+121+104=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 121 (47.66% from 255 or 26.25% from 461); Blue value is 104 (41.02% from 255 or 22.56% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7968 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7968 is #138697. Grayscale: #999999. Windows color (decimal): -1279640 or 6846956. OLE color: 6846956.

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

Color convert

RGB 236 121 104 -
CMYK 0 0.49 0.56 0.07
HSL 7.73º 0.78% 0.67% -
HSV(B) 7.73º 0.56% 0.93% -
XYZ 43.93 32.51 17.06 -
YUV 153.45 100.1 186.88 -
System Red Green Blue C M Y K H S L
Decimal 236 121 104 0 0.49 0.56 0.07 7.73 0.78 0.67
Hex EC 79 68 0 31 38 7 8 4E 43
Octal 354 171 150 0 61 70 7 10 116 103
Binary 11101100 1111001 1101000 0 110001 111000 111 1000 1001110 1000011

Color Harmonies of #EC7968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7968

Black with #EC7968

Text Example


Text Example

White with #EC7968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7968; }

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

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

background-color css

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

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

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

border-color css

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

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

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