Html Css Color HEX #EC756B Geraldine

📋 copy color: '#EC756B'

red 236 ◦ green 117 ◦ blue 107

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

Shades of Geraldine #EC756B

Tints of Geraldine #EC756B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.43%

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

R = 51.3%
G = 25.43%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EC756B (or 0xEC756B) is known color: Geraldine. HEX triplet: EC, 75 and 6B. RGB value is (236,117,107). Sum of RGB (Red+Green+Blue) = 236+117+107=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 117 (46.09% from 255 or 25.43% from 460); Blue value is 107 (42.19% from 255 or 23.26% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #EC756B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC756B is #138A94. Grayscale: #979797. Windows color (decimal): -1280661 or 7042540. OLE color: 7042540.

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

Color convert

RGB 236 117 107 -
CMYK 0 0.50 0.55 0.07
HSL 4.65º 0.77% 0.67% -
HSV(B) 4.65º 0.55% 0.93% -
XYZ 43.61 31.62 17.71 -
YUV 151.44 102.92 188.31 -
System Red Green Blue C M Y K H S L
Decimal 236 117 107 0 0.50 0.55 0.07 4.65 0.77 0.67
Hex EC 75 6B 0 32 37 7 5 4D 43
Octal 354 165 153 0 62 67 7 5 115 103
Binary 11101100 1110101 1101011 0 110010 110111 111 101 1001101 1000011

Color Harmonies of #EC756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC756B

Black with #EC756B

Text Example


Text Example

White with #EC756B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC756B; }

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

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

background-color css

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

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

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

border-color css

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

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

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