Html Css Color HEX #EF7069 Geraldine

📋 copy color: '#EF7069'

red 239 ◦ green 112 ◦ blue 105

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

Shades of Geraldine #EF7069

Tints of Geraldine #EF7069

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.56%

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

R = 52.41%
G = 24.56%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EF7069 (or 0xEF7069) is known color: Geraldine. HEX triplet: EF, 70 and 69. RGB value is (239,112,105). Sum of RGB (Red+Green+Blue) = 239+112+105=456 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.41% from 456); Green value is 112 (44.14% from 255 or 24.56% from 456); Blue value is 105 (41.41% from 255 or 23.03% from 456); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7069 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7069 is #108F96. Grayscale: #959595. Windows color (decimal): -1085335 or 6910191. OLE color: 6910191.

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

Color convert

RGB 239 112 105 -
CMYK 0 0.53 0.56 0.06
HSL 3.13º 0.81% 0.67% -
HSV(B) 3.13º 0.56% 0.94% -
XYZ 43.94 30.96 17.02 -
YUV 149.18 103.08 192.07 -
System Red Green Blue C M Y K H S L
Decimal 239 112 105 0 0.53 0.56 0.06 3.13 0.81 0.67
Hex EF 70 69 0 35 38 6 3 51 43
Octal 357 160 151 0 65 70 6 3 121 103
Binary 11101111 1110000 1101001 0 110101 111000 110 11 1010001 1000011

Color Harmonies of #EF7069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7069

Black with #EF7069

Text Example


Text Example

White with #EF7069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7069; }

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

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

background-color css

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

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

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

border-color css

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

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

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