Html Css Color HEX #EA963F Fire Bush

📋 copy color: '#EA963F'

red 234 ◦ green 150 ◦ blue 63

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

Shades of Fire Bush #EA963F

Tints of Fire Bush #EA963F

RGB

 RED value IS 234 (91.8% from 255) = 52.35%

 GREEN value IS 150 (58.98% from 255) = 33.56%

 BLUE value IS 63 (25% from 255) = 14.09%

R = 52.35%
G = 33.56%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EA963F (or 0xEA963F) is known color: Fire Bush. HEX triplet: EA, 96 and 3F. RGB value is (234,150,63). Sum of RGB (Red+Green+Blue) = 234+150+63=447 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.35% from 447); Green value is 150 (58.98% from 255 or 33.56% from 447); Blue value is 63 (25% from 255 or 14.09% from 447); Max value from RGB is 234 - color contains mainly: red. Hex color #EA963F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA963F is #1569C0. Grayscale: #A5A5A5. Windows color (decimal): -1403329 or 4167402. OLE color: 4167402.

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

Color convert

RGB 234 150 63 -
CMYK 0 0.36 0.73 0.08
HSL 30.53º 0.8% 0.58% -
HSV(B) 30.53º 0.73% 0.92% -
XYZ 45.74 39.66 9.95 -
YUV 165.2 70.33 177.07 -
System Red Green Blue C M Y K H S L
Decimal 234 150 63 0 0.36 0.73 0.08 30.53 0.8 0.58
Hex EA 96 3F 0 24 49 8 1F 50 3A
Octal 352 226 77 0 44 111 10 37 120 72
Binary 11101010 10010110 111111 0 100100 1001001 1000 11111 1010000 111010

Color Harmonies of #EA963F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA963F

Black with #EA963F

Text Example


Text Example

White with #EA963F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA963F; }

 p { color: rgb(234,150,63); }

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

background-color css

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

 a { background-color: rgb(234,150,63); }

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

border-color css

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

 span { border-color: rgb(234,150,63); }

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