Html Css Color HEX #EC7269 Geraldine

📋 copy color: '#EC7269'

red 236 ◦ green 114 ◦ blue 105

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

Shades of Geraldine #EC7269

Tints of Geraldine #EC7269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.08%

R = 51.87%
G = 25.05%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EC7269 (or 0xEC7269) is known color: Geraldine. HEX triplet: EC, 72 and 69. RGB value is (236,114,105). Sum of RGB (Red+Green+Blue) = 236+114+105=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 114 (44.92% from 255 or 25.05% from 455); Blue value is 105 (41.41% from 255 or 23.08% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7269 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7269 is #138D96. Grayscale: #959595. Windows color (decimal): -1281431 or 6910700. OLE color: 6910700.

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

Color convert

RGB 236 114 105 -
CMYK 0 0.52 0.56 0.07
HSL 4.12º 0.78% 0.67% -
HSV(B) 4.12º 0.56% 0.93% -
XYZ 43.16 30.89 17.05 -
YUV 149.45 102.92 189.73 -
System Red Green Blue C M Y K H S L
Decimal 236 114 105 0 0.52 0.56 0.07 4.12 0.78 0.67
Hex EC 72 69 0 34 38 7 4 4E 43
Octal 354 162 151 0 64 70 7 4 116 103
Binary 11101100 1110010 1101001 0 110100 111000 111 100 1001110 1000011

Color Harmonies of #EC7269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7269

Black with #EC7269

Text Example


Text Example

White with #EC7269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7269; }

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

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

background-color css

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

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

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

border-color css

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

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

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