Html Css Color HEX #EC816A Geraldine

📋 copy color: '#EC816A'

red 236 ◦ green 129 ◦ blue 106

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

Shades of Geraldine #EC816A

Tints of Geraldine #EC816A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.39%

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

R = 50.11%
G = 27.39%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EC816A (or 0xEC816A) is known color: Geraldine. HEX triplet: EC, 81 and 6A. RGB value is (236,129,106). Sum of RGB (Red+Green+Blue) = 236+129+106=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 129 (50.78% from 255 or 27.39% from 471); Blue value is 106 (41.80% from 255 or 22.51% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC816A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC816A is #137E95. Grayscale: #9E9E9E. Windows color (decimal): -1277590 or 6980076. OLE color: 6980076.

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

Color convert

RGB 236 129 106 -
CMYK 0 0.45 0.55 0.07
HSL 10.62º 0.77% 0.67% -
HSV(B) 10.62º 0.55% 0.93% -
XYZ 45.04 34.57 17.94 -
YUV 158.37 98.45 183.37 -
System Red Green Blue C M Y K H S L
Decimal 236 129 106 0 0.45 0.55 0.07 10.62 0.77 0.67
Hex EC 81 6A 0 2D 37 7 B 4D 43
Octal 354 201 152 0 55 67 7 13 115 103
Binary 11101100 10000001 1101010 0 101101 110111 111 1011 1001101 1000011

Color Harmonies of #EC816A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC816A

Black with #EC816A

Text Example


Text Example

White with #EC816A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC816A; }

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

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

background-color css

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

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

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

border-color css

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

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

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