Html Css Color HEX #E69540 Fire Bush

📋 copy color: '#E69540'

red 230 ◦ green 149 ◦ blue 64

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

Shades of Fire Bush #E69540

Tints of Fire Bush #E69540

RGB

 RED value IS 230 (90.23% from 255) = 51.92%

 GREEN value IS 149 (58.59% from 255) = 33.63%

 BLUE value IS 64 (25.39% from 255) = 14.45%

R = 51.92%
G = 33.63%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E69540 (or 0xE69540) is known color: Fire Bush. HEX triplet: E6, 95 and 40. RGB value is (230,149,64). Sum of RGB (Red+Green+Blue) = 230+149+64=443 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.92% from 443); Green value is 149 (58.59% from 255 or 33.63% from 443); Blue value is 64 (25.39% from 255 or 14.45% from 443); Max value from RGB is 230 - color contains mainly: red. Hex color #E69540 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69540 is #196ABF. Grayscale: #A3A3A3. Windows color (decimal): -1665728 or 4232678. OLE color: 4232678.

HSL color Cylindrical-coordinate representation of color #E69540: hue angle of 30.72º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E69540 is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 149 64 -
CMYK 0 0.35 0.72 0.10
HSL 30.72º 0.77% 0.58% -
HSV(B) 30.72º 0.72% 0.9% -
XYZ 44.31 38.69 9.98 -
YUV 163.53 71.84 175.41 -
System Red Green Blue C M Y K H S L
Decimal 230 149 64 0 0.35 0.72 0.10 30.72 0.77 0.58
Hex E6 95 40 0 23 48 A 1F 4D 3A
Octal 346 225 100 0 43 110 12 37 115 72
Binary 11100110 10010101 1000000 0 100011 1001000 1010 11111 1001101 111010

Color Harmonies of #E69540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69540

Black with #E69540

Text Example


Text Example

White with #E69540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69540; }

 p { color: rgb(230,149,64); }

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

background-color css

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

 a { background-color: rgb(230,149,64); }

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

border-color css

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

 span { border-color: rgb(230,149,64); }

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