Html Css Color HEX #EE813F Flamenco

📋 copy color: '#EE813F'

red 238 ◦ green 129 ◦ blue 63

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

Shades of Flamenco #EE813F

Tints of Flamenco #EE813F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30%

 BLUE value IS 63 (25% from 255) = 14.65%

R = 55.35%
G = 30%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EE813F (or 0xEE813F) is known color: Flamenco. HEX triplet: EE, 81 and 3F. RGB value is (238,129,63). Sum of RGB (Red+Green+Blue) = 238+129+63=430 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.35% from 430); Green value is 129 (50.78% from 255 or 30% from 430); Blue value is 63 (25% from 255 or 14.65% from 430); Max value from RGB is 238 - color contains mainly: red. Hex color #EE813F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE813F is #117EC0. Grayscale: #9A9A9A. Windows color (decimal): -1146561 or 4162030. OLE color: 4162030.

HSL color Cylindrical-coordinate representation of color #EE813F: hue angle of 22.63º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EE813F is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 129 63 -
CMYK 0 0.46 0.74 0.07
HSL 22.63º 0.84% 0.59% -
HSV(B) 22.63º 0.74% 0.93% -
XYZ 44.01 34.24 8.99 -
YUV 154.07 76.61 187.87 -
System Red Green Blue C M Y K H S L
Decimal 238 129 63 0 0.46 0.74 0.07 22.63 0.84 0.59
Hex EE 81 3F 0 2E 4A 7 17 54 3B
Octal 356 201 77 0 56 112 7 27 124 73
Binary 11101110 10000001 111111 0 101110 1001010 111 10111 1010100 111011

Color Harmonies of #EE813F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE813F

Black with #EE813F

Text Example


Text Example

White with #EE813F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE813F; }

 p { color: rgb(238,129,63); }

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

background-color css

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

 a { background-color: rgb(238,129,63); }

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

border-color css

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

 span { border-color: rgb(238,129,63); }

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