Html Css Color HEX #E69B3F Fire Bush

📋 copy color: '#E69B3F'

red 230 ◦ green 155 ◦ blue 63

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

Shades of Fire Bush #E69B3F

Tints of Fire Bush #E69B3F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 34.6%

 BLUE value IS 63 (25% from 255) = 14.06%

R = 51.34%
G = 34.6%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#E69B3F (or 0xE69B3F) is known color: Fire Bush. HEX triplet: E6, 9B and 3F. RGB value is (230,155,63). Sum of RGB (Red+Green+Blue) = 230+155+63=448 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.34% from 448); Green value is 155 (60.94% from 255 or 34.60% from 448); Blue value is 63 (25% from 255 or 14.06% from 448); Max value from RGB is 230 - color contains mainly: red. Hex color #E69B3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69B3F is #1964C0. Grayscale: #A7A7A7. Windows color (decimal): -1664193 or 4168678. OLE color: 4168678.

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

Color convert

RGB 230 155 63 -
CMYK 0 0.33 0.73 0.10
HSL 33.05º 0.77% 0.57% -
HSV(B) 33.05º 0.73% 0.9% -
XYZ 45.25 40.62 10.16 -
YUV 166.94 69.35 172.98 -
System Red Green Blue C M Y K H S L
Decimal 230 155 63 0 0.33 0.73 0.10 33.05 0.77 0.57
Hex E6 9B 3F 0 21 49 A 21 4D 39
Octal 346 233 77 0 41 111 12 41 115 71
Binary 11100110 10011011 111111 0 100001 1001001 1010 100001 1001101 111001

Color Harmonies of #E69B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69B3F

Black with #E69B3F

Text Example


Text Example

White with #E69B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69B3F; }

 p { color: rgb(230,155,63); }

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

background-color css

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

 a { background-color: rgb(230,155,63); }

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

border-color css

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

 span { border-color: rgb(230,155,63); }

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