Html Css Color HEX #EE8249 Flamenco

📋 copy color: '#EE8249'

red 238 ◦ green 130 ◦ blue 73

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

Shades of Flamenco #EE8249

Tints of Flamenco #EE8249

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.48%

 BLUE value IS 73 (28.91% from 255) = 16.55%

R = 53.97%
G = 29.48%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EE8249 (or 0xEE8249) is known color: Flamenco. HEX triplet: EE, 82 and 49. RGB value is (238,130,73). Sum of RGB (Red+Green+Blue) = 238+130+73=441 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.97% from 441); Green value is 130 (51.17% from 255 or 29.48% from 441); Blue value is 73 (28.91% from 255 or 16.55% from 441); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8249 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE8249 is #117DB6. Grayscale: #9C9C9C. Windows color (decimal): -1146295 or 4817646. OLE color: 4817646.

HSL color Cylindrical-coordinate representation of color #EE8249: hue angle of 20.73º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EE8249 is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 130 73 -
CMYK 0 0.45 0.69 0.07
HSL 20.73º 0.83% 0.61% -
HSV(B) 20.73º 0.69% 0.93% -
XYZ 44.45 34.62 10.64 -
YUV 155.79 81.28 186.63 -
System Red Green Blue C M Y K H S L
Decimal 238 130 73 0 0.45 0.69 0.07 20.73 0.83 0.61
Hex EE 82 49 0 2D 45 7 15 53 3D
Octal 356 202 111 0 55 105 7 25 123 75
Binary 11101110 10000010 1001001 0 101101 1000101 111 10101 1010011 111101

Color Harmonies of #EE8249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8249

Black with #EE8249

Text Example


Text Example

White with #EE8249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8249; }

 p { color: rgb(238,130,73); }

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

background-color css

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

 a { background-color: rgb(238,130,73); }

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

border-color css

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

 span { border-color: rgb(238,130,73); }

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