Html Css Color HEX #ED8676 Geraldine

📋 copy color: '#ED8676'

red 237 ◦ green 134 ◦ blue 118

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

Shades of Geraldine #ED8676

Tints of Geraldine #ED8676

RGB

 RED value IS 237 (92.97% from 255) = 48.47%

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

 BLUE value IS 118 (46.48% from 255) = 24.13%

R = 48.47%
G = 27.4%
B = 24.13%

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

#ED8676 (or 0xED8676) is known color: Geraldine. HEX triplet: ED, 86 and 76. RGB value is (237,134,118). Sum of RGB (Red+Green+Blue) = 237+134+118=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 134 (52.73% from 255 or 27.40% from 489); Blue value is 118 (46.48% from 255 or 24.13% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8676 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8676 is #127989. Grayscale: #A3A3A3. Windows color (decimal): -1210762 or 7767789. OLE color: 7767789.

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

Color convert

RGB 237 134 118 -
CMYK 0 0.43 0.50 0.07
HSL 8.07º 0.77% 0.7% -
HSV(B) 8.07º 0.5% 0.93% -
XYZ 46.72 36.36 21.7 -
YUV 162.97 102.62 180.8 -
System Red Green Blue C M Y K H S L
Decimal 237 134 118 0 0.43 0.50 0.07 8.07 0.77 0.7
Hex ED 86 76 0 2B 32 7 8 4D 46
Octal 355 206 166 0 53 62 7 10 115 106
Binary 11101101 10000110 1110110 0 101011 110010 111 1000 1001101 1000110

Color Harmonies of #ED8676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8676

Black with #ED8676

Text Example


Text Example

White with #ED8676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8676; }

 p { color: rgb(237,134,118); }

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

background-color css

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

 a { background-color: rgb(237,134,118); }

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

border-color css

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

 span { border-color: rgb(237,134,118); }

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