Html Css Color HEX #ED8675 Geraldine

📋 copy color: '#ED8675'

red 237 ◦ green 134 ◦ blue 117

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

Shades of Geraldine #ED8675

Tints of Geraldine #ED8675

RGB

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

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

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

R = 48.57%
G = 27.46%
B = 23.98%

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

#ED8675 (or 0xED8675) is known color: Geraldine. HEX triplet: ED, 86 and 75. RGB value is (237,134,117). Sum of RGB (Red+Green+Blue) = 237+134+117=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 134 (52.73% from 255 or 27.46% from 488); Blue value is 117 (46.09% from 255 or 23.98% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8675 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8675 is #12798A. Grayscale: #A3A3A3. Windows color (decimal): -1210763 or 7702253. OLE color: 7702253.

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

Color convert

RGB 237 134 117 -
CMYK 0 0.43 0.51 0.07
HSL 8.5º 0.77% 0.69% -
HSV(B) 8.5º 0.51% 0.93% -
XYZ 46.66 36.34 21.38 -
YUV 162.86 102.12 180.88 -
System Red Green Blue C M Y K H S L
Decimal 237 134 117 0 0.43 0.51 0.07 8.5 0.77 0.69
Hex ED 86 75 0 2B 33 7 8 4D 45
Octal 355 206 165 0 53 63 7 10 115 105
Binary 11101101 10000110 1110101 0 101011 110011 111 1000 1001101 1000101

Color Harmonies of #ED8675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8675

Black with #ED8675

Text Example


Text Example

White with #ED8675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8675; }

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

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

background-color css

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

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

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

border-color css

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

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

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