Html Css Color HEX #EC7F68 Geraldine

📋 copy color: '#EC7F68'

red 236 ◦ green 127 ◦ blue 104

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

Shades of Geraldine #EC7F68

Tints of Geraldine #EC7F68

RGB

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

 GREEN value IS 127 (50% from 255) = 27.19%

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

R = 50.54%
G = 27.19%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EC7F68 (or 0xEC7F68) is known color: Geraldine. HEX triplet: EC, 7F and 68. RGB value is (236,127,104). Sum of RGB (Red+Green+Blue) = 236+127+104=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 104 (41.02% from 255 or 22.27% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7F68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7F68 is #138097. Grayscale: #9D9D9D. Windows color (decimal): -1278104 or 6848492. OLE color: 6848492.

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

Color convert

RGB 236 127 104 -
CMYK 0 0.46 0.56 0.07
HSL 10.45º 0.78% 0.67% -
HSV(B) 10.45º 0.56% 0.93% -
XYZ 44.68 34.01 17.31 -
YUV 156.97 98.11 184.37 -
System Red Green Blue C M Y K H S L
Decimal 236 127 104 0 0.46 0.56 0.07 10.45 0.78 0.67
Hex EC 7F 68 0 2E 38 7 A 4E 43
Octal 354 177 150 0 56 70 7 12 116 103
Binary 11101100 1111111 1101000 0 101110 111000 111 1010 1001110 1000011

Color Harmonies of #EC7F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7F68

Black with #EC7F68

Text Example


Text Example

White with #EC7F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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