Html Css Color HEX #EC8074 Geraldine

📋 copy color: '#EC8074'

red 236 ◦ green 128 ◦ blue 116

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

Shades of Geraldine #EC8074

Tints of Geraldine #EC8074

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.67%

 BLUE value IS 116 (45.7% from 255) = 24.17%

R = 49.17%
G = 26.67%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EC8074 (or 0xEC8074) is known color: Geraldine. HEX triplet: EC, 80 and 74. RGB value is (236,128,116). Sum of RGB (Red+Green+Blue) = 236+128+116=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 128 (50.39% from 255 or 26.67% from 480); Blue value is 116 (45.70% from 255 or 24.17% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8074 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8074 is #137F8B. Grayscale: #9F9F9F. Windows color (decimal): -1277836 or 7635180. OLE color: 7635180.

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

Color convert

RGB 236 128 116 -
CMYK 0 0.46 0.51 0.07
HSL 0.76% 0.69% -
HSV(B) 0.51% 0.93% -
XYZ 45.46 34.53 20.79 -
YUV 158.92 103.78 182.98 -
System Red Green Blue C M Y K H S L
Decimal 236 128 116 0 0.46 0.51 0.07 6 0.76 0.69
Hex EC 80 74 0 2E 33 7 6 4C 45
Octal 354 200 164 0 56 63 7 6 114 105
Binary 11101100 10000000 1110100 0 101110 110011 111 110 1001100 1000101

Color Harmonies of #EC8074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8074

Black with #EC8074

Text Example


Text Example

White with #EC8074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8074; }

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

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

background-color css

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

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

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

border-color css

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

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

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