Html Css Color HEX #EC8272 Geraldine

📋 copy color: '#EC8272'

red 236 ◦ green 130 ◦ blue 114

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

Shades of Geraldine #EC8272

Tints of Geraldine #EC8272

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.08%

 BLUE value IS 114 (44.92% from 255) = 23.75%

R = 49.17%
G = 27.08%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EC8272 (or 0xEC8272) is known color: Geraldine. HEX triplet: EC, 82 and 72. RGB value is (236,130,114). Sum of RGB (Red+Green+Blue) = 236+130+114=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 130 (51.17% from 255 or 27.08% from 480); Blue value is 114 (44.92% from 255 or 23.75% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8272 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8272 is #137D8D. Grayscale: #A0A0A0. Windows color (decimal): -1277326 or 7504620. OLE color: 7504620.

HSL color Cylindrical-coordinate representation of color #EC8272: hue angle of 7.87º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EC8272 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 130 114 -
CMYK 0 0.45 0.52 0.07
HSL 7.87º 0.76% 0.69% -
HSV(B) 7.87º 0.52% 0.93% -
XYZ 45.61 35.01 20.27 -
YUV 159.87 102.12 182.3 -
System Red Green Blue C M Y K H S L
Decimal 236 130 114 0 0.45 0.52 0.07 7.87 0.76 0.69
Hex EC 82 72 0 2D 34 7 8 4C 45
Octal 354 202 162 0 55 64 7 10 114 105
Binary 11101100 10000010 1110010 0 101101 110100 111 1000 1001100 1000101

Color Harmonies of #EC8272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8272

Black with #EC8272

Text Example


Text Example

White with #EC8272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8272; }

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

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

background-color css

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

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

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

border-color css

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

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

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