Html Css Color HEX #ED7874 Geraldine

📋 copy color: '#ED7874'

red 237 ◦ green 120 ◦ blue 116

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

Shades of Geraldine #ED7874

Tints of Geraldine #ED7874

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.37%

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

R = 50.11%
G = 25.37%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ED7874 (or 0xED7874) is known color: Geraldine. HEX triplet: ED, 78 and 74. RGB value is (237,120,116). Sum of RGB (Red+Green+Blue) = 237+120+116=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 120 (47.27% from 255 or 25.37% from 473); Blue value is 116 (45.70% from 255 or 24.52% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7874 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7874 is #12878B. Grayscale: #9A9A9A. Windows color (decimal): -1214348 or 7633133. OLE color: 7633133.

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

Color convert

RGB 237 120 116 -
CMYK 0 0.49 0.51 0.07
HSL 1.98º 0.77% 0.69% -
HSV(B) 1.98º 0.51% 0.93% -
XYZ 44.79 32.7 20.47 -
YUV 154.53 106.26 186.83 -
System Red Green Blue C M Y K H S L
Decimal 237 120 116 0 0.49 0.51 0.07 1.98 0.77 0.69
Hex ED 78 74 0 31 33 7 2 4D 45
Octal 355 170 164 0 61 63 7 2 115 105
Binary 11101101 1111000 1110100 0 110001 110011 111 10 1001101 1000101

Color Harmonies of #ED7874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7874

Black with #ED7874

Text Example


Text Example

White with #ED7874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7874; }

 p { color: rgb(237,120,116); }

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

background-color css

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

 a { background-color: rgb(237,120,116); }

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

border-color css

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

 span { border-color: rgb(237,120,116); }

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