Html Css Color HEX #ED7367 Geraldine

📋 copy color: '#ED7367'

red 237 ◦ green 115 ◦ blue 103

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

Shades of Geraldine #ED7367

Tints of Geraldine #ED7367

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.27%

 BLUE value IS 103 (40.63% from 255) = 22.64%

R = 52.09%
G = 25.27%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#ED7367 (or 0xED7367) is known color: Geraldine. HEX triplet: ED, 73 and 67. RGB value is (237,115,103). Sum of RGB (Red+Green+Blue) = 237+115+103=455 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.09% from 455); Green value is 115 (45.31% from 255 or 25.27% from 455); Blue value is 103 (40.62% from 255 or 22.64% from 455); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7367 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7367 is #128C98. Grayscale: #969696. Windows color (decimal): -1215641 or 6779885. OLE color: 6779885.

HSL color Cylindrical-coordinate representation of color #ED7367: hue angle of 5.37º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ED7367 is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 115 103 -
CMYK 0 0.51 0.57 0.07
HSL 5.37º 0.79% 0.67% -
HSV(B) 5.37º 0.57% 0.93% -
XYZ 43.5 31.25 16.57 -
YUV 150.11 101.42 189.98 -
System Red Green Blue C M Y K H S L
Decimal 237 115 103 0 0.51 0.57 0.07 5.37 0.79 0.67
Hex ED 73 67 0 33 39 7 5 4F 43
Octal 355 163 147 0 63 71 7 5 117 103
Binary 11101101 1110011 1100111 0 110011 111001 111 101 1001111 1000011

Color Harmonies of #ED7367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7367

Black with #ED7367

Text Example


Text Example

White with #ED7367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7367; }

 p { color: rgb(237,115,103); }

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

background-color css

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

 a { background-color: rgb(237,115,103); }

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

border-color css

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

 span { border-color: rgb(237,115,103); }

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