Html Css Color HEX #EA8541 Flamenco

📋 copy color: '#EA8541'

red 234 ◦ green 133 ◦ blue 65

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

Shades of Flamenco #EA8541

Tints of Flamenco #EA8541

RGB

 RED value IS 234 (91.8% from 255) = 54.17%

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

 BLUE value IS 65 (25.78% from 255) = 15.05%

R = 54.17%
G = 30.79%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EA8541 (or 0xEA8541) is known color: Flamenco. HEX triplet: EA, 85 and 41. RGB value is (234,133,65). Sum of RGB (Red+Green+Blue) = 234+133+65=432 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.17% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 65 (25.78% from 255 or 15.05% from 432); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8541 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8541 is #157ABE. Grayscale: #9B9B9B. Windows color (decimal): -1407679 or 4294122. OLE color: 4294122.

HSL color Cylindrical-coordinate representation of color #EA8541: hue angle of 24.14º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EA8541 is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 133 65 -
CMYK 0 0.43 0.72 0.08
HSL 24.14º 0.8% 0.59% -
HSV(B) 24.14º 0.72% 0.92% -
XYZ 43.27 34.65 9.41 -
YUV 155.45 76.96 184.03 -
System Red Green Blue C M Y K H S L
Decimal 234 133 65 0 0.43 0.72 0.08 24.14 0.8 0.59
Hex EA 85 41 0 2B 48 8 18 50 3B
Octal 352 205 101 0 53 110 10 30 120 73
Binary 11101010 10000101 1000001 0 101011 1001000 1000 11000 1010000 111011

Color Harmonies of #EA8541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8541

Black with #EA8541

Text Example


Text Example

White with #EA8541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8541; }

 p { color: rgb(234,133,65); }

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

background-color css

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

 a { background-color: rgb(234,133,65); }

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

border-color css

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

 span { border-color: rgb(234,133,65); }

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