Html Css Color HEX #E6953C Fire Bush

📋 copy color: '#E6953C'

red 230 ◦ green 149 ◦ blue 60

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

Shades of Fire Bush #E6953C

Tints of Fire Bush #E6953C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.94%

 BLUE value IS 60 (23.83% from 255) = 13.67%

R = 52.39%
G = 33.94%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.74

 K value IS 0.10

RGB Variations

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

Color information

#E6953C (or 0xE6953C) is known color: Fire Bush. HEX triplet: E6, 95 and 3C. RGB value is (230,149,60). Sum of RGB (Red+Green+Blue) = 230+149+60=439 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.39% from 439); Green value is 149 (58.59% from 255 or 33.94% from 439); Blue value is 60 (23.83% from 255 or 13.67% from 439); Max value from RGB is 230 - color contains mainly: red. Hex color #E6953C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6953C is #196AC3. Grayscale: #A3A3A3. Windows color (decimal): -1665732 or 3970534. OLE color: 3970534.

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

Color convert

RGB 230 149 60 -
CMYK 0 0.35 0.74 0.10
HSL 31.41º 0.77% 0.57% -
HSV(B) 31.41º 0.74% 0.9% -
XYZ 44.2 38.64 9.4 -
YUV 163.07 69.84 175.74 -
System Red Green Blue C M Y K H S L
Decimal 230 149 60 0 0.35 0.74 0.10 31.41 0.77 0.57
Hex E6 95 3C 0 23 4A A 1F 4D 39
Octal 346 225 74 0 43 112 12 37 115 71
Binary 11100110 10010101 111100 0 100011 1001010 1010 11111 1001101 111001

Color Harmonies of #E6953C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6953C

Black with #E6953C

Text Example


Text Example

White with #E6953C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6953C; }

 p { color: rgb(230,149,60); }

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

background-color css

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

 a { background-color: rgb(230,149,60); }

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

border-color css

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

 span { border-color: rgb(230,149,60); }

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