Html Css Color HEX #E08E4B Flamenco

📋 copy color: '#E08E4B'

red 224 ◦ green 142 ◦ blue 75

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

Shades of Flamenco #E08E4B

Tints of Flamenco #E08E4B

RGB

 RED value IS 224 (87.89% from 255) = 50.79%

 GREEN value IS 142 (55.86% from 255) = 32.2%

 BLUE value IS 75 (29.69% from 255) = 17.01%

R = 50.79%
G = 32.2%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E08E4B (or 0xE08E4B) is known color: Flamenco. HEX triplet: E0, 8E and 4B. RGB value is (224,142,75). Sum of RGB (Red+Green+Blue) = 224+142+75=441 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.79% from 441); Green value is 142 (55.86% from 255 or 32.20% from 441); Blue value is 75 (29.69% from 255 or 17.01% from 441); Max value from RGB is 224 - color contains mainly: red. Hex color #E08E4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08E4B is #1F71B4. Grayscale: #9F9F9F. Windows color (decimal): -2060725 or 4951776. OLE color: 4951776.

HSL color Cylindrical-coordinate representation of color #E08E4B: hue angle of 26.98º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E08E4B is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 142 75 -
CMYK 0 0.37 0.67 0.12
HSL 26.98º 0.71% 0.59% -
HSV(B) 26.98º 0.67% 0.88% -
XYZ 41.68 35.7 11.35 -
YUV 158.88 80.67 174.45 -
System Red Green Blue C M Y K H S L
Decimal 224 142 75 0 0.37 0.67 0.12 26.98 0.71 0.59
Hex E0 8E 4B 0 25 43 C 1B 47 3B
Octal 340 216 113 0 45 103 14 33 107 73
Binary 11100000 10001110 1001011 0 100101 1000011 1100 11011 1000111 111011

Color Harmonies of #E08E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08E4B

Black with #E08E4B

Text Example


Text Example

White with #E08E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08E4B; }

 p { color: rgb(224,142,75); }

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

background-color css

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

 a { background-color: rgb(224,142,75); }

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

border-color css

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

 span { border-color: rgb(224,142,75); }

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