Html Css Color HEX #EC8675 Geraldine

📋 copy color: '#EC8675'

red 236 ◦ green 134 ◦ blue 117

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

Shades of Geraldine #EC8675

Tints of Geraldine #EC8675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.02%

R = 48.46%
G = 27.52%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EC8675 (or 0xEC8675) is known color: Geraldine. HEX triplet: EC, 86 and 75. RGB value is (236,134,117). Sum of RGB (Red+Green+Blue) = 236+134+117=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 134 (52.73% from 255 or 27.52% from 487); Blue value is 117 (46.09% from 255 or 24.02% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8675 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8675 is #13798A. Grayscale: #A2A2A2. Windows color (decimal): -1276299 or 7702252. OLE color: 7702252.

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

Color convert

RGB 236 134 117 -
CMYK 0 0.43 0.50 0.07
HSL 8.57º 0.76% 0.69% -
HSV(B) 8.57º 0.5% 0.93% -
XYZ 46.33 36.17 21.37 -
YUV 162.56 102.29 180.38 -
System Red Green Blue C M Y K H S L
Decimal 236 134 117 0 0.43 0.50 0.07 8.57 0.76 0.69
Hex EC 86 75 0 2B 32 7 9 4C 45
Octal 354 206 165 0 53 62 7 11 114 105
Binary 11101100 10000110 1110101 0 101011 110010 111 1001 1001100 1000101

Color Harmonies of #EC8675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8675

Black with #EC8675

Text Example


Text Example

White with #EC8675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8675; }

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

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

background-color css

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

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

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

border-color css

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

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

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