Html Css Color HEX #EE884A Flamenco

📋 copy color: '#EE884A'

red 238 ◦ green 136 ◦ blue 74

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

Shades of Flamenco #EE884A

Tints of Flamenco #EE884A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.36%

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

R = 53.13%
G = 30.36%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EE884A (or 0xEE884A) is known color: Flamenco. HEX triplet: EE, 88 and 4A. RGB value is (238,136,74). Sum of RGB (Red+Green+Blue) = 238+136+74=448 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.12% from 448); Green value is 136 (53.52% from 255 or 30.36% from 448); Blue value is 74 (29.30% from 255 or 16.52% from 448); Max value from RGB is 238 - color contains mainly: red. Hex color #EE884A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE884A is #1177B5. Grayscale: #9F9F9F. Windows color (decimal): -1144758 or 4884718. OLE color: 4884718.

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

Color convert

RGB 238 136 74 -
CMYK 0 0.43 0.69 0.07
HSL 22.68º 0.83% 0.61% -
HSV(B) 22.68º 0.69% 0.93% -
XYZ 45.3 36.28 11.09 -
YUV 159.43 79.79 184.04 -
System Red Green Blue C M Y K H S L
Decimal 238 136 74 0 0.43 0.69 0.07 22.68 0.83 0.61
Hex EE 88 4A 0 2B 45 7 17 53 3D
Octal 356 210 112 0 53 105 7 27 123 75
Binary 11101110 10001000 1001010 0 101011 1000101 111 10111 1010011 111101

Color Harmonies of #EE884A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE884A

Black with #EE884A

Text Example


Text Example

White with #EE884A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE884A; }

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

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

background-color css

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

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

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

border-color css

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

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

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