Html Css Color HEX #EE854A Flamenco

📋 copy color: '#EE854A'

red 238 ◦ green 133 ◦ blue 74

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

Shades of Flamenco #EE854A

Tints of Flamenco #EE854A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.89%

 BLUE value IS 74 (29.3% from 255) = 16.63%

R = 53.48%
G = 29.89%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EE854A (or 0xEE854A) is known color: Flamenco. HEX triplet: EE, 85 and 4A. RGB value is (238,133,74). Sum of RGB (Red+Green+Blue) = 238+133+74=445 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.48% from 445); Green value is 133 (52.34% from 255 or 29.89% from 445); Blue value is 74 (29.30% from 255 or 16.63% from 445); Max value from RGB is 238 - color contains mainly: red. Hex color #EE854A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE854A is #117AB5. Grayscale: #9E9E9E. Windows color (decimal): -1145526 or 4883950. OLE color: 4883950.

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

Color convert

RGB 238 133 74 -
CMYK 0 0.44 0.69 0.07
HSL 21.59º 0.83% 0.61% -
HSV(B) 21.59º 0.69% 0.93% -
XYZ 44.88 35.45 10.95 -
YUV 157.67 80.79 185.3 -
System Red Green Blue C M Y K H S L
Decimal 238 133 74 0 0.44 0.69 0.07 21.59 0.83 0.61
Hex EE 85 4A 0 2C 45 7 16 53 3D
Octal 356 205 112 0 54 105 7 26 123 75
Binary 11101110 10000101 1001010 0 101100 1000101 111 10110 1010011 111101

Color Harmonies of #EE854A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE854A

Black with #EE854A

Text Example


Text Example

White with #EE854A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE854A; }

 p { color: rgb(238,133,74); }

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

background-color css

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

 a { background-color: rgb(238,133,74); }

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

border-color css

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

 span { border-color: rgb(238,133,74); }

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