Html Css Color HEX #EC746A Geraldine

📋 copy color: '#EC746A'

red 236 ◦ green 116 ◦ blue 106

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

Shades of Geraldine #EC746A

Tints of Geraldine #EC746A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.33%

 BLUE value IS 106 (41.8% from 255) = 23.14%

R = 51.53%
G = 25.33%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EC746A (or 0xEC746A) is known color: Geraldine. HEX triplet: EC, 74 and 6A. RGB value is (236,116,106). Sum of RGB (Red+Green+Blue) = 236+116+106=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 116 (45.70% from 255 or 25.33% from 458); Blue value is 106 (41.80% from 255 or 23.14% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #EC746A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC746A is #138B95. Grayscale: #969696. Windows color (decimal): -1280918 or 6976748. OLE color: 6976748.

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

Color convert

RGB 236 116 106 -
CMYK 0 0.51 0.55 0.07
HSL 4.62º 0.77% 0.67% -
HSV(B) 4.62º 0.55% 0.93% -
XYZ 43.44 31.36 17.4 -
YUV 150.74 102.76 188.81 -
System Red Green Blue C M Y K H S L
Decimal 236 116 106 0 0.51 0.55 0.07 4.62 0.77 0.67
Hex EC 74 6A 0 33 37 7 5 4D 43
Octal 354 164 152 0 63 67 7 5 115 103
Binary 11101100 1110100 1101010 0 110011 110111 111 101 1001101 1000011

Color Harmonies of #EC746A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC746A

Black with #EC746A

Text Example


Text Example

White with #EC746A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC746A; }

 p { color: rgb(236,116,106); }

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

background-color css

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

 a { background-color: rgb(236,116,106); }

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

border-color css

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

 span { border-color: rgb(236,116,106); }

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