Html Css Color HEX #ED7A67 Geraldine

📋 copy color: '#ED7A67'

red 237 ◦ green 122 ◦ blue 103

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

Shades of Geraldine #ED7A67

Tints of Geraldine #ED7A67

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.41%

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

R = 51.3%
G = 26.41%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#ED7A67 (or 0xED7A67) is known color: Geraldine. HEX triplet: ED, 7A and 67. RGB value is (237,122,103). Sum of RGB (Red+Green+Blue) = 237+122+103=462 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.30% from 462); Green value is 122 (48.05% from 255 or 26.41% from 462); Blue value is 103 (40.62% from 255 or 22.29% from 462); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7A67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7A67 is #128598. Grayscale: #9A9A9A. Windows color (decimal): -1213849 or 6781677. OLE color: 6781677.

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

Color convert

RGB 237 122 103 -
CMYK 0 0.49 0.57 0.07
HSL 8.51º 0.79% 0.67% -
HSV(B) 8.51º 0.57% 0.93% -
XYZ 44.33 32.9 16.85 -
YUV 154.22 99.1 187.04 -
System Red Green Blue C M Y K H S L
Decimal 237 122 103 0 0.49 0.57 0.07 8.51 0.79 0.67
Hex ED 7A 67 0 31 39 7 9 4F 43
Octal 355 172 147 0 61 71 7 11 117 103
Binary 11101101 1111010 1100111 0 110001 111001 111 1001 1001111 1000011

Color Harmonies of #ED7A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7A67

Black with #ED7A67

Text Example


Text Example

White with #ED7A67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7A67; }

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

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

background-color css

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

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

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

border-color css

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

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

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