Html Css Color HEX #E69D4B Fire Bush

📋 copy color: '#E69D4B'

red 230 ◦ green 157 ◦ blue 75

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

Shades of Fire Bush #E69D4B

Tints of Fire Bush #E69D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 16.23%

R = 49.78%
G = 33.98%
B = 16.23%

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

#E69D4B (or 0xE69D4B) is known color: Fire Bush. HEX triplet: E6, 9D and 4B. RGB value is (230,157,75). Sum of RGB (Red+Green+Blue) = 230+157+75=462 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.78% from 462); Green value is 157 (61.72% from 255 or 33.98% from 462); Blue value is 75 (29.69% from 255 or 16.23% from 462); Max value from RGB is 230 - color contains mainly: red. Hex color #E69D4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69D4B is #1962B4. Grayscale: #A9A9A9. Windows color (decimal): -1663669 or 4955622. OLE color: 4955622.

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

Color convert

RGB 230 157 75 -
CMYK 0 0.32 0.67 0.10
HSL 31.74º 0.76% 0.6% -
HSV(B) 31.74º 0.67% 0.9% -
XYZ 45.96 41.44 12.23 -
YUV 169.48 74.68 171.17 -
System Red Green Blue C M Y K H S L
Decimal 230 157 75 0 0.32 0.67 0.10 31.74 0.76 0.6
Hex E6 9D 4B 0 20 43 A 20 4C 3C
Octal 346 235 113 0 40 103 12 40 114 74
Binary 11100110 10011101 1001011 0 100000 1000011 1010 100000 1001100 111100

Color Harmonies of #E69D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69D4B

Black with #E69D4B

Text Example


Text Example

White with #E69D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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