Html Css Color HEX #EC7D67 Geraldine

📋 copy color: '#EC7D67'

red 236 ◦ green 125 ◦ blue 103

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

Shades of Geraldine #EC7D67

Tints of Geraldine #EC7D67

RGB

 RED value IS 236 (92.58% from 255) = 50.86%

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

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

R = 50.86%
G = 26.94%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EC7D67 (or 0xEC7D67) is known color: Geraldine. HEX triplet: EC, 7D and 67. RGB value is (236,125,103). Sum of RGB (Red+Green+Blue) = 236+125+103=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 125 (49.22% from 255 or 26.94% from 464); Blue value is 103 (40.62% from 255 or 22.20% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7D67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7D67 is #138298. Grayscale: #9B9B9B. Windows color (decimal): -1278617 or 6782444. OLE color: 6782444.

HSL color Cylindrical-coordinate representation of color #EC7D67: hue angle of 9.92º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC7D67 is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 125 103 -
CMYK 0 0.47 0.56 0.07
HSL 9.92º 0.78% 0.66% -
HSV(B) 9.92º 0.56% 0.93% -
XYZ 44.37 33.48 16.96 -
YUV 155.68 98.27 185.29 -
System Red Green Blue C M Y K H S L
Decimal 236 125 103 0 0.47 0.56 0.07 9.92 0.78 0.66
Hex EC 7D 67 0 2F 38 7 A 4E 42
Octal 354 175 147 0 57 70 7 12 116 102
Binary 11101100 1111101 1100111 0 101111 111000 111 1010 1001110 1000010

Color Harmonies of #EC7D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7D67

Black with #EC7D67

Text Example


Text Example

White with #EC7D67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7D67; }

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

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

background-color css

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

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

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

border-color css

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

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

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