Html Css Color HEX #E69D48 Fire Bush

📋 copy color: '#E69D48'

red 230 ◦ green 157 ◦ blue 72

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

Shades of Fire Bush #E69D48

Tints of Fire Bush #E69D48

RGB

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

 GREEN value IS 157 (61.72% from 255) = 34.2%

 BLUE value IS 72 (28.52% from 255) = 15.69%

R = 50.11%
G = 34.2%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#E69D48 (or 0xE69D48) is known color: Fire Bush. HEX triplet: E6, 9D and 48. RGB value is (230,157,72). Sum of RGB (Red+Green+Blue) = 230+157+72=459 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.11% from 459); Green value is 157 (61.72% from 255 or 34.20% from 459); Blue value is 72 (28.52% from 255 or 15.69% from 459); Max value from RGB is 230 - color contains mainly: red. Hex color #E69D48 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69D48 is #1962B7. Grayscale: #A9A9A9. Windows color (decimal): -1663672 or 4759014. OLE color: 4759014.

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

Color convert

RGB 230 157 72 -
CMYK 0 0.32 0.69 0.10
HSL 32.28º 0.76% 0.59% -
HSV(B) 32.28º 0.69% 0.9% -
XYZ 45.86 41.4 11.71 -
YUV 169.14 73.18 171.41 -
System Red Green Blue C M Y K H S L
Decimal 230 157 72 0 0.32 0.69 0.10 32.28 0.76 0.59
Hex E6 9D 48 0 20 45 A 20 4C 3B
Octal 346 235 110 0 40 105 12 40 114 73
Binary 11100110 10011101 1001000 0 100000 1000101 1010 100000 1001100 111011

Color Harmonies of #E69D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69D48

Black with #E69D48

Text Example


Text Example

White with #E69D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69D48; }

 p { color: rgb(230,157,72); }

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

background-color css

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

 a { background-color: rgb(230,157,72); }

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

border-color css

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

 span { border-color: rgb(230,157,72); }

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