Html Css Color HEX #EB4004 Orange Red

📋 copy color: '#EB4004'

red 235 ◦ green 64 ◦ blue 4

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

Shades of Orange Red #EB4004

Tints of Orange Red #EB4004

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.12%

 BLUE value IS 4 (1.95% from 255) = 1.32%

R = 77.56%
G = 21.12%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EB4004 (or 0xEB4004) is known color: Orange Red. HEX triplet: EB, 40 and 04. RGB value is (235,64,4). Sum of RGB (Red+Green+Blue) = 235+64+4=303 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.56% from 303); Green value is 64 (25.39% from 255 or 21.12% from 303); Blue value is 4 (1.95% from 255 or 1.32% from 303); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4004 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB4004 is #14BFFB. Grayscale: #6C6C6C. Windows color (decimal): -1359868 or 278763. OLE color: 278763.

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

Color convert

RGB 235 64 4 -
CMYK 0 0.73 0.98 0.08
HSL 15.58º 0.97% 0.47% -
HSV(B) 15.58º 0.98% 0.92% -
XYZ 36.12 21.34 2.33 -
YUV 108.29 69.15 218.38 -
System Red Green Blue C M Y K H S L
Decimal 235 64 4 0 0.73 0.98 0.08 15.58 0.97 0.47
Hex EB 40 4 0 49 62 8 10 61 2F
Octal 353 100 4 0 111 142 10 20 141 57
Binary 11101011 1000000 100 0 1001001 1100010 1000 10000 1100001 101111

Color Harmonies of #EB4004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4004

Black with #EB4004

Text Example


Text Example

White with #EB4004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4004; }

 p { color: rgb(235,64,4); }

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

background-color css

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

 a { background-color: rgb(235,64,4); }

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

border-color css

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

 span { border-color: rgb(235,64,4); }

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