#E69B4B

Color #E69B4B Fire Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Bush #E69B4B

Tints of Fire Bush #E69B4B

Color information

#E69B4B (or 0xE69B4B) is unknown color: approx Fire Bush. HEX triplet: E6, 9B and 4B. RGB value is (230,155,75). Sum of RGB (Red+Green+Blue) = 230+155+75=460 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50% from 460); Green value is 155 (60.94% from 255 or 33.70% from 460); Blue value is 75 (29.69% from 255 or 16.30% from 460); Max value from RGB is 230 - color contains mainly: red. Hex color #E69B4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69B4B is #1964B4. Grayscale: #A8A8A8. Windows color (decimal): -1664181 or 4955110. OLE color: 4955110.

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

Color convert

RGB23015575-
CMYK00.330.670.10
HSL30.97º75.61%59.8%-
HSV(B)30.97º67.39%90.2%-
XYZ45.6240.7712.12-
YUV168.375.35172-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 50%
GREEN value IS 155 (60.94% from 255) = 33.70%
BLUE value IS 75 (29.69% from 255) = 16.30%
R=50%
G=33.70%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301557500.330.670.1030.9775.6159.8
HexE69B4B02143A1f4c3c
Octal346233113041103123711474
Binary11100110100110111001011010000110000111010111111001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69B4B; }

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

 H1.HeaderClassName
 {
   color: #E69B4B;
 }
 .AnyTagClassName
 {
   color: #E69B4B;
 }
</style>
background-color css

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

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

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

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

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

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