Html Css Color HEX #EF7369 Geraldine

📋 copy color: '#EF7369'

red 239 ◦ green 115 ◦ blue 105

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

Shades of Geraldine #EF7369

Tints of Geraldine #EF7369

RGB

 RED value IS 239 (93.75% from 255) = 52.07%

 GREEN value IS 115 (45.31% from 255) = 25.05%

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

R = 52.07%
G = 25.05%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EF7369 (or 0xEF7369) is known color: Geraldine. HEX triplet: EF, 73 and 69. RGB value is (239,115,105). Sum of RGB (Red+Green+Blue) = 239+115+105=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 115 (45.31% from 255 or 25.05% from 459); Blue value is 105 (41.41% from 255 or 22.88% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7369 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7369 is #108C96. Grayscale: #979797. Windows color (decimal): -1084567 or 6910959. OLE color: 6910959.

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

Color convert

RGB 239 115 105 -
CMYK 0 0.52 0.56 0.06
HSL 4.48º 0.81% 0.67% -
HSV(B) 4.48º 0.56% 0.94% -
XYZ 44.28 31.63 17.14 -
YUV 150.94 102.08 190.81 -
System Red Green Blue C M Y K H S L
Decimal 239 115 105 0 0.52 0.56 0.06 4.48 0.81 0.67
Hex EF 73 69 0 34 38 6 4 51 43
Octal 357 163 151 0 64 70 6 4 121 103
Binary 11101111 1110011 1101001 0 110100 111000 110 100 1010001 1000011

Color Harmonies of #EF7369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7369

Black with #EF7369

Text Example


Text Example

White with #EF7369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7369; }

 p { color: rgb(239,115,105); }

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

background-color css

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

 a { background-color: rgb(239,115,105); }

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

border-color css

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

 span { border-color: rgb(239,115,105); }

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