Html Css Color HEX #EB993D Fire Bush

📋 copy color: '#EB993D'

red 235 ◦ green 153 ◦ blue 61

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

Shades of Fire Bush #EB993D

Tints of Fire Bush #EB993D

RGB

 RED value IS 235 (92.19% from 255) = 52.34%

 GREEN value IS 153 (60.16% from 255) = 34.08%

 BLUE value IS 61 (24.22% from 255) = 13.59%

R = 52.34%
G = 34.08%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB993D (or 0xEB993D) is known color: Fire Bush. HEX triplet: EB, 99 and 3D. RGB value is (235,153,61). Sum of RGB (Red+Green+Blue) = 235+153+61=449 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.34% from 449); Green value is 153 (60.16% from 255 or 34.08% from 449); Blue value is 61 (24.22% from 255 or 13.59% from 449); Max value from RGB is 235 - color contains mainly: red. Hex color #EB993D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB993D is #1466C2. Grayscale: #A7A7A7. Windows color (decimal): -1337027 or 4037099. OLE color: 4037099.

HSL color Cylindrical-coordinate representation of color #EB993D: hue angle of 31.72º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EB993D is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 153 61 -
CMYK 0 0.35 0.74 0.08
HSL 31.72º 0.81% 0.58% -
HSV(B) 31.72º 0.74% 0.92% -
XYZ 46.49 40.78 9.84 -
YUV 167.03 68.17 176.48 -
System Red Green Blue C M Y K H S L
Decimal 235 153 61 0 0.35 0.74 0.08 31.72 0.81 0.58
Hex EB 99 3D 0 23 4A 8 20 51 3A
Octal 353 231 75 0 43 112 10 40 121 72
Binary 11101011 10011001 111101 0 100011 1001010 1000 100000 1010001 111010

Color Harmonies of #EB993D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB993D

Black with #EB993D

Text Example


Text Example

White with #EB993D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB993D; }

 p { color: rgb(235,153,61); }

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

background-color css

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

 a { background-color: rgb(235,153,61); }

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

border-color css

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

 span { border-color: rgb(235,153,61); }

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