Html Css Color HEX #EE706D Geraldine

📋 copy color: '#EE706D'

red 238 ◦ green 112 ◦ blue 109

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

Shades of Geraldine #EE706D

Tints of Geraldine #EE706D

RGB

 RED value IS 238 (93.36% from 255) = 51.85%

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

 BLUE value IS 109 (42.97% from 255) = 23.75%

R = 51.85%
G = 24.4%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EE706D (or 0xEE706D) is known color: Geraldine. HEX triplet: EE, 70 and 6D. RGB value is (238,112,109). Sum of RGB (Red+Green+Blue) = 238+112+109=459 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.85% from 459); Green value is 112 (44.14% from 255 or 24.40% from 459); Blue value is 109 (42.97% from 255 or 23.75% from 459); Max value from RGB is 238 - color contains mainly: red. Hex color #EE706D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE706D is #118F92. Grayscale: #959595. Windows color (decimal): -1150867 or 7172334. OLE color: 7172334.

HSL color Cylindrical-coordinate representation of color #EE706D: hue angle of 1.4º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EE706D is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 112 109 -
CMYK 0 0.53 0.54 0.07
HSL 1.4º 0.79% 0.68% -
HSV(B) 1.4º 0.54% 0.93% -
XYZ 43.81 30.87 18.12 -
YUV 149.33 105.24 191.24 -
System Red Green Blue C M Y K H S L
Decimal 238 112 109 0 0.53 0.54 0.07 1.4 0.79 0.68
Hex EE 70 6D 0 35 36 7 1 4F 44
Octal 356 160 155 0 65 66 7 1 117 104
Binary 11101110 1110000 1101101 0 110101 110110 111 1 1001111 1000100

Color Harmonies of #EE706D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE706D

Black with #EE706D

Text Example


Text Example

White with #EE706D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE706D; }

 p { color: rgb(238,112,109); }

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

background-color css

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

 a { background-color: rgb(238,112,109); }

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

border-color css

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

 span { border-color: rgb(238,112,109); }

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