Html Css Color HEX #EC726B Geraldine

📋 copy color: '#EC726B'

red 236 ◦ green 114 ◦ blue 107

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

Shades of Geraldine #EC726B

Tints of Geraldine #EC726B

RGB

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

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

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

R = 51.64%
G = 24.95%
B = 23.41%

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

#EC726B (or 0xEC726B) is known color: Geraldine. HEX triplet: EC, 72 and 6B. RGB value is (236,114,107). Sum of RGB (Red+Green+Blue) = 236+114+107=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 114 (44.92% from 255 or 24.95% from 457); Blue value is 107 (42.19% from 255 or 23.41% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #EC726B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC726B is #138D94. Grayscale: #959595. Windows color (decimal): -1281429 or 7041772. OLE color: 7041772.

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

Color convert

RGB 236 114 107 -
CMYK 0 0.52 0.55 0.07
HSL 3.26º 0.77% 0.67% -
HSV(B) 3.26º 0.55% 0.93% -
XYZ 43.26 30.93 17.6 -
YUV 149.68 103.92 189.57 -
System Red Green Blue C M Y K H S L
Decimal 236 114 107 0 0.52 0.55 0.07 3.26 0.77 0.67
Hex EC 72 6B 0 34 37 7 3 4D 43
Octal 354 162 153 0 64 67 7 3 115 103
Binary 11101100 1110010 1101011 0 110100 110111 111 11 1001101 1000011

Color Harmonies of #EC726B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC726B

Black with #EC726B

Text Example


Text Example

White with #EC726B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC726B; }

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

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

background-color css

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

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

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

border-color css

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

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

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