Html Css Color HEX #EC7D69 Geraldine

📋 copy color: '#EC7D69'

red 236 ◦ green 125 ◦ blue 105

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

Shades of Geraldine #EC7D69

Tints of Geraldine #EC7D69

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.82%

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

R = 50.64%
G = 26.82%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EC7D69 (or 0xEC7D69) is known color: Geraldine. HEX triplet: EC, 7D and 69. RGB value is (236,125,105). Sum of RGB (Red+Green+Blue) = 236+125+105=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 125 (49.22% from 255 or 26.82% from 466); Blue value is 105 (41.41% from 255 or 22.53% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7D69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7D69 is #138296. Grayscale: #9C9C9C. Windows color (decimal): -1278615 or 6913516. OLE color: 6913516.

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

Color convert

RGB 236 125 105 -
CMYK 0 0.47 0.56 0.07
HSL 9.16º 0.78% 0.67% -
HSV(B) 9.16º 0.56% 0.93% -
XYZ 44.48 33.52 17.49 -
YUV 155.91 99.27 185.13 -
System Red Green Blue C M Y K H S L
Decimal 236 125 105 0 0.47 0.56 0.07 9.16 0.78 0.67
Hex EC 7D 69 0 2F 38 7 9 4E 43
Octal 354 175 151 0 57 70 7 11 116 103
Binary 11101100 1111101 1101001 0 101111 111000 111 1001 1001110 1000011

Color Harmonies of #EC7D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7D69

Black with #EC7D69

Text Example


Text Example

White with #EC7D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7D69; }

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

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

background-color css

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

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

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

border-color css

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

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

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