Html Css Color HEX #EC7B6C Geraldine

📋 copy color: '#EC7B6C'

red 236 ◦ green 123 ◦ blue 108

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

Shades of Geraldine #EC7B6C

Tints of Geraldine #EC7B6C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.34%

 BLUE value IS 108 (42.58% from 255) = 23.13%

R = 50.54%
G = 26.34%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EC7B6C (or 0xEC7B6C) is known color: Geraldine. HEX triplet: EC, 7B and 6C. RGB value is (236,123,108). Sum of RGB (Red+Green+Blue) = 236+123+108=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 123 (48.44% from 255 or 26.34% from 467); Blue value is 108 (42.58% from 255 or 23.13% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7B6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7B6C is #138493. Grayscale: #9B9B9B. Windows color (decimal): -1279124 or 7109612. OLE color: 7109612.

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

Color convert

RGB 236 123 108 -
CMYK 0 0.48 0.54 0.07
HSL 7.03º 0.77% 0.67% -
HSV(B) 7.03º 0.54% 0.93% -
XYZ 44.38 33.08 18.23 -
YUV 155.08 101.44 185.72 -
System Red Green Blue C M Y K H S L
Decimal 236 123 108 0 0.48 0.54 0.07 7.03 0.77 0.67
Hex EC 7B 6C 0 30 36 7 7 4D 43
Octal 354 173 154 0 60 66 7 7 115 103
Binary 11101100 1111011 1101100 0 110000 110110 111 111 1001101 1000011

Color Harmonies of #EC7B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7B6C

Black with #EC7B6C

Text Example


Text Example

White with #EC7B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7B6C; }

 p { color: rgb(236,123,108); }

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

background-color css

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

 a { background-color: rgb(236,123,108); }

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

border-color css

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

 span { border-color: rgb(236,123,108); }

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