Html Css Color HEX #ED7567 Geraldine

📋 copy color: '#ED7567'

red 237 ◦ green 117 ◦ blue 103

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

Shades of Geraldine #ED7567

Tints of Geraldine #ED7567

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.6%

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

R = 51.86%
G = 25.6%
B = 22.54%

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

#ED7567 (or 0xED7567) is known color: Geraldine. HEX triplet: ED, 75 and 67. RGB value is (237,117,103). Sum of RGB (Red+Green+Blue) = 237+117+103=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 117 (46.09% from 255 or 25.60% from 457); Blue value is 103 (40.62% from 255 or 22.54% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7567 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7567 is #128A98. Grayscale: #979797. Windows color (decimal): -1215129 or 6780397. OLE color: 6780397.

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

Color convert

RGB 237 117 103 -
CMYK 0 0.51 0.57 0.07
HSL 6.27º 0.79% 0.67% -
HSV(B) 6.27º 0.57% 0.93% -
XYZ 43.73 31.71 16.65 -
YUV 151.28 100.76 189.14 -
System Red Green Blue C M Y K H S L
Decimal 237 117 103 0 0.51 0.57 0.07 6.27 0.79 0.67
Hex ED 75 67 0 33 39 7 6 4F 43
Octal 355 165 147 0 63 71 7 6 117 103
Binary 11101101 1110101 1100111 0 110011 111001 111 110 1001111 1000011

Color Harmonies of #ED7567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7567

Black with #ED7567

Text Example


Text Example

White with #ED7567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7567; }

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

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

background-color css

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

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

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

border-color css

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

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

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