Html Css Color HEX #EC8375 Geraldine

📋 copy color: '#EC8375'

red 236 ◦ green 131 ◦ blue 117

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

Shades of Geraldine #EC8375

Tints of Geraldine #EC8375

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.07%

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

R = 48.76%
G = 27.07%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EC8375 (or 0xEC8375) is known color: Geraldine. HEX triplet: EC, 83 and 75. RGB value is (236,131,117). Sum of RGB (Red+Green+Blue) = 236+131+117=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 131 (51.56% from 255 or 27.07% from 484); Blue value is 117 (46.09% from 255 or 24.17% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8375 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8375 is #137C8A. Grayscale: #A0A0A0. Windows color (decimal): -1277067 or 7701484. OLE color: 7701484.

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

Color convert

RGB 236 131 117 -
CMYK 0 0.44 0.50 0.07
HSL 7.06º 0.76% 0.69% -
HSV(B) 7.06º 0.5% 0.93% -
XYZ 45.92 35.35 21.23 -
YUV 160.8 103.29 181.64 -
System Red Green Blue C M Y K H S L
Decimal 236 131 117 0 0.44 0.50 0.07 7.06 0.76 0.69
Hex EC 83 75 0 2C 32 7 7 4C 45
Octal 354 203 165 0 54 62 7 7 114 105
Binary 11101100 10000011 1110101 0 101100 110010 111 111 1001100 1000101

Color Harmonies of #EC8375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8375

Black with #EC8375

Text Example


Text Example

White with #EC8375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8375; }

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

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

background-color css

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

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

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

border-color css

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

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

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