Html Css Color HEX #E69D4D Fire Bush

📋 copy color: '#E69D4D'

red 230 ◦ green 157 ◦ blue 77

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

Shades of Fire Bush #E69D4D

Tints of Fire Bush #E69D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.59%

R = 49.57%
G = 33.84%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E69D4D (or 0xE69D4D) is known color: Fire Bush. HEX triplet: E6, 9D and 4D. RGB value is (230,157,77). Sum of RGB (Red+Green+Blue) = 230+157+77=464 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.57% from 464); Green value is 157 (61.72% from 255 or 33.84% from 464); Blue value is 77 (30.47% from 255 or 16.59% from 464); Max value from RGB is 230 - color contains mainly: red. Hex color #E69D4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69D4D is #1962B2. Grayscale: #AAAAAA. Windows color (decimal): -1663667 or 5086694. OLE color: 5086694.

HSL color Cylindrical-coordinate representation of color #E69D4D: hue angle of 31.37º degrees, saturation: 0.75, 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 #E69D4D is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 157 77 -
CMYK 0 0.32 0.67 0.10
HSL 31.37º 0.75% 0.6% -
HSV(B) 31.37º 0.67% 0.9% -
XYZ 46.03 41.47 12.6 -
YUV 169.71 75.68 171 -
System Red Green Blue C M Y K H S L
Decimal 230 157 77 0 0.32 0.67 0.10 31.37 0.75 0.6
Hex E6 9D 4D 0 20 43 A 1F 4B 3C
Octal 346 235 115 0 40 103 12 37 113 74
Binary 11100110 10011101 1001101 0 100000 1000011 1010 11111 1001011 111100

Color Harmonies of #E69D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69D4D

Black with #E69D4D

Text Example


Text Example

White with #E69D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69D4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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