Html Css Color HEX #EC8674 Geraldine

📋 copy color: '#EC8674'

red 236 ◦ green 134 ◦ blue 116

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

Shades of Geraldine #EC8674

Tints of Geraldine #EC8674

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.57%

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

R = 48.56%
G = 27.57%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EC8674 (or 0xEC8674) is known color: Geraldine. HEX triplet: EC, 86 and 74. RGB value is (236,134,116). Sum of RGB (Red+Green+Blue) = 236+134+116=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 134 (52.73% from 255 or 27.57% from 486); Blue value is 116 (45.70% from 255 or 23.87% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8674 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8674 is #13798B. Grayscale: #A2A2A2. Windows color (decimal): -1276300 or 7636716. OLE color: 7636716.

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

Color convert

RGB 236 134 116 -
CMYK 0 0.43 0.51 0.07
HSL 0.76% 0.69% -
HSV(B) 0.51% 0.93% -
XYZ 46.27 36.14 21.06 -
YUV 162.45 101.79 180.46 -
System Red Green Blue C M Y K H S L
Decimal 236 134 116 0 0.43 0.51 0.07 9 0.76 0.69
Hex EC 86 74 0 2B 33 7 9 4C 45
Octal 354 206 164 0 53 63 7 11 114 105
Binary 11101100 10000110 1110100 0 101011 110011 111 1001 1001100 1000101

Color Harmonies of #EC8674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8674

Black with #EC8674

Text Example


Text Example

White with #EC8674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8674; }

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

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

background-color css

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

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

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

border-color css

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

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

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