Html Css Color HEX #E2854C Flamenco

📋 copy color: '#E2854C'

red 226 ◦ green 133 ◦ blue 76

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

Shades of Flamenco #E2854C

Tints of Flamenco #E2854C

RGB

 RED value IS 226 (88.67% from 255) = 51.95%

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

 BLUE value IS 76 (30.08% from 255) = 17.47%

R = 51.95%
G = 30.57%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#E2854C (or 0xE2854C) is known color: Flamenco. HEX triplet: E2, 85 and 4C. RGB value is (226,133,76). Sum of RGB (Red+Green+Blue) = 226+133+76=435 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.95% from 435); Green value is 133 (52.34% from 255 or 30.57% from 435); Blue value is 76 (30.08% from 255 or 17.47% from 435); Max value from RGB is 226 - color contains mainly: red. Hex color #E2854C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2854C is #1D7AB3. Grayscale: #9A9A9A. Windows color (decimal): -1931956 or 5015010. OLE color: 5015010.

HSL color Cylindrical-coordinate representation of color #E2854C: hue angle of 22.8º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E2854C is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 133 76 -
CMYK 0 0.41 0.66 0.11
HSL 22.8º 0.72% 0.59% -
HSV(B) 22.8º 0.66% 0.89% -
XYZ 41.06 33.47 11.13 -
YUV 154.31 83.81 179.13 -
System Red Green Blue C M Y K H S L
Decimal 226 133 76 0 0.41 0.66 0.11 22.8 0.72 0.59
Hex E2 85 4C 0 29 42 B 17 48 3B
Octal 342 205 114 0 51 102 13 27 110 73
Binary 11100010 10000101 1001100 0 101001 1000010 1011 10111 1001000 111011

Color Harmonies of #E2854C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2854C

Black with #E2854C

Text Example


Text Example

White with #E2854C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2854C; }

 p { color: rgb(226,133,76); }

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

background-color css

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

 a { background-color: rgb(226,133,76); }

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

border-color css

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

 span { border-color: rgb(226,133,76); }

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