Html Css Color HEX #EA8645 Flamenco

📋 copy color: '#EA8645'

red 234 ◦ green 134 ◦ blue 69

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

Shades of Flamenco #EA8645

Tints of Flamenco #EA8645

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.66%

 BLUE value IS 69 (27.34% from 255) = 15.79%

R = 53.55%
G = 30.66%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EA8645 (or 0xEA8645) is known color: Flamenco. HEX triplet: EA, 86 and 45. RGB value is (234,134,69). Sum of RGB (Red+Green+Blue) = 234+134+69=437 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.55% from 437); Green value is 134 (52.73% from 255 or 30.66% from 437); Blue value is 69 (27.34% from 255 or 15.79% from 437); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8645 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8645 is #1579BA. Grayscale: #9C9C9C. Windows color (decimal): -1407419 or 4556522. OLE color: 4556522.

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

Color convert

RGB 234 134 69 -
CMYK 0 0.43 0.71 0.08
HSL 23.64º 0.8% 0.59% -
HSV(B) 23.64º 0.71% 0.92% -
XYZ 43.53 34.97 10.09 -
YUV 156.49 78.63 183.29 -
System Red Green Blue C M Y K H S L
Decimal 234 134 69 0 0.43 0.71 0.08 23.64 0.8 0.59
Hex EA 86 45 0 2B 47 8 18 50 3B
Octal 352 206 105 0 53 107 10 30 120 73
Binary 11101010 10000110 1000101 0 101011 1000111 1000 11000 1010000 111011

Color Harmonies of #EA8645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8645

Black with #EA8645

Text Example


Text Example

White with #EA8645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8645; }

 p { color: rgb(234,134,69); }

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

background-color css

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

 a { background-color: rgb(234,134,69); }

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

border-color css

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

 span { border-color: rgb(234,134,69); }

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