Html Css Color HEX #EC7A68 Geraldine

📋 copy color: '#EC7A68'

red 236 ◦ green 122 ◦ blue 104

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

Shades of Geraldine #EC7A68

Tints of Geraldine #EC7A68

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.41%

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

R = 51.08%
G = 26.41%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EC7A68 (or 0xEC7A68) is known color: Geraldine. HEX triplet: EC, 7A and 68. RGB value is (236,122,104). Sum of RGB (Red+Green+Blue) = 236+122+104=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 122 (48.05% from 255 or 26.41% from 462); Blue value is 104 (41.02% from 255 or 22.51% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7A68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7A68 is #138597. Grayscale: #9A9A9A. Windows color (decimal): -1279384 or 6847212. OLE color: 6847212.

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

Color convert

RGB 236 122 104 -
CMYK 0 0.48 0.56 0.07
HSL 8.18º 0.78% 0.67% -
HSV(B) 8.18º 0.56% 0.93% -
XYZ 44.05 32.75 17.1 -
YUV 154.03 99.77 186.46 -
System Red Green Blue C M Y K H S L
Decimal 236 122 104 0 0.48 0.56 0.07 8.18 0.78 0.67
Hex EC 7A 68 0 30 38 7 8 4E 43
Octal 354 172 150 0 60 70 7 10 116 103
Binary 11101100 1111010 1101000 0 110000 111000 111 1000 1001110 1000011

Color Harmonies of #EC7A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7A68

Black with #EC7A68

Text Example


Text Example

White with #EC7A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7A68; }

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

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

background-color css

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

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

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

border-color css

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

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

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