Html Css Color HEX #ED7D67 Geraldine

📋 copy color: '#ED7D67'

red 237 ◦ green 125 ◦ blue 103

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

Shades of Geraldine #ED7D67

Tints of Geraldine #ED7D67

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.88%

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

R = 50.97%
G = 26.88%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#ED7D67 (or 0xED7D67) is known color: Geraldine. HEX triplet: ED, 7D and 67. RGB value is (237,125,103). Sum of RGB (Red+Green+Blue) = 237+125+103=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 125 (49.22% from 255 or 26.88% from 465); Blue value is 103 (40.62% from 255 or 22.15% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7D67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7D67 is #128298. Grayscale: #9C9C9C. Windows color (decimal): -1213081 or 6782445. OLE color: 6782445.

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

Color convert

RGB 237 125 103 -
CMYK 0 0.47 0.57 0.07
HSL 9.85º 0.79% 0.67% -
HSV(B) 9.85º 0.57% 0.93% -
XYZ 44.71 33.65 16.97 -
YUV 155.98 98.11 185.79 -
System Red Green Blue C M Y K H S L
Decimal 237 125 103 0 0.47 0.57 0.07 9.85 0.79 0.67
Hex ED 7D 67 0 2F 39 7 A 4F 43
Octal 355 175 147 0 57 71 7 12 117 103
Binary 11101101 1111101 1100111 0 101111 111001 111 1010 1001111 1000011

Color Harmonies of #ED7D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7D67

Black with #ED7D67

Text Example


Text Example

White with #ED7D67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7D67; }

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

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

background-color css

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

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

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

border-color css

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

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

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