Html Css Color HEX #EC726A Geraldine

📋 copy color: '#EC726A'

red 236 ◦ green 114 ◦ blue 106

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

Shades of Geraldine #EC726A

Tints of Geraldine #EC726A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25%

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

R = 51.75%
G = 25%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EC726A (or 0xEC726A) is known color: Geraldine. HEX triplet: EC, 72 and 6A. RGB value is (236,114,106). Sum of RGB (Red+Green+Blue) = 236+114+106=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 114 (44.92% from 255 or 25% from 456); Blue value is 106 (41.80% from 255 or 23.25% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #EC726A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC726A is #138D95. Grayscale: #959595. Windows color (decimal): -1281430 or 6976236. OLE color: 6976236.

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

Color convert

RGB 236 114 106 -
CMYK 0 0.52 0.55 0.07
HSL 3.69º 0.77% 0.67% -
HSV(B) 3.69º 0.55% 0.93% -
XYZ 43.21 30.91 17.32 -
YUV 149.57 103.42 189.65 -
System Red Green Blue C M Y K H S L
Decimal 236 114 106 0 0.52 0.55 0.07 3.69 0.77 0.67
Hex EC 72 6A 0 34 37 7 4 4D 43
Octal 354 162 152 0 64 67 7 4 115 103
Binary 11101100 1110010 1101010 0 110100 110111 111 100 1001101 1000011

Color Harmonies of #EC726A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC726A

Black with #EC726A

Text Example


Text Example

White with #EC726A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC726A; }

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

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

background-color css

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

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

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

border-color css

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

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

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