Html Css Color HEX #EC7C6B Geraldine

📋 copy color: '#EC7C6B'

red 236 ◦ green 124 ◦ blue 107

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

Shades of Geraldine #EC7C6B

Tints of Geraldine #EC7C6B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.55%

 BLUE value IS 107 (42.19% from 255) = 22.91%

R = 50.54%
G = 26.55%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EC7C6B (or 0xEC7C6B) is known color: Geraldine. HEX triplet: EC, 7C and 6B. RGB value is (236,124,107). Sum of RGB (Red+Green+Blue) = 236+124+107=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 124 (48.83% from 255 or 26.55% from 467); Blue value is 107 (42.19% from 255 or 22.91% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7C6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7C6B is #138394. Grayscale: #9B9B9B. Windows color (decimal): -1278869 or 7044332. OLE color: 7044332.

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

Color convert

RGB 236 124 107 -
CMYK 0 0.47 0.55 0.07
HSL 7.91º 0.77% 0.67% -
HSV(B) 7.91º 0.55% 0.93% -
XYZ 44.45 33.31 18 -
YUV 155.55 100.61 185.38 -
System Red Green Blue C M Y K H S L
Decimal 236 124 107 0 0.47 0.55 0.07 7.91 0.77 0.67
Hex EC 7C 6B 0 2F 37 7 8 4D 43
Octal 354 174 153 0 57 67 7 10 115 103
Binary 11101100 1111100 1101011 0 101111 110111 111 1000 1001101 1000011

Color Harmonies of #EC7C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7C6B

Black with #EC7C6B

Text Example


Text Example

White with #EC7C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7C6B; }

 p { color: rgb(236,124,107); }

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

background-color css

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

 a { background-color: rgb(236,124,107); }

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

border-color css

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

 span { border-color: rgb(236,124,107); }

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