Html Css Color HEX #EC7E6D Geraldine

📋 copy color: '#EC7E6D'

red 236 ◦ green 126 ◦ blue 109

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

Shades of Geraldine #EC7E6D

Tints of Geraldine #EC7E6D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.75%

 BLUE value IS 109 (42.97% from 255) = 23.14%

R = 50.11%
G = 26.75%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EC7E6D (or 0xEC7E6D) is known color: Geraldine. HEX triplet: EC, 7E and 6D. RGB value is (236,126,109). Sum of RGB (Red+Green+Blue) = 236+126+109=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 126 (49.61% from 255 or 26.75% from 471); Blue value is 109 (42.97% from 255 or 23.14% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7E6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7E6D is #138192. Grayscale: #9D9D9D. Windows color (decimal): -1278355 or 7175916. OLE color: 7175916.

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

Color convert

RGB 236 126 109 -
CMYK 0 0.47 0.54 0.07
HSL 8.03º 0.77% 0.68% -
HSV(B) 8.03º 0.54% 0.93% -
XYZ 44.81 33.86 18.64 -
YUV 156.95 100.94 184.38 -
System Red Green Blue C M Y K H S L
Decimal 236 126 109 0 0.47 0.54 0.07 8.03 0.77 0.68
Hex EC 7E 6D 0 2F 36 7 8 4D 44
Octal 354 176 155 0 57 66 7 10 115 104
Binary 11101100 1111110 1101101 0 101111 110110 111 1000 1001101 1000100

Color Harmonies of #EC7E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7E6D

Black with #EC7E6D

Text Example


Text Example

White with #EC7E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7E6D; }

 p { color: rgb(236,126,109); }

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

background-color css

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

 a { background-color: rgb(236,126,109); }

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

border-color css

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

 span { border-color: rgb(236,126,109); }

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