Html Css Color HEX #EB4005 Orange Red

📋 copy color: '#EB4005'

red 235 ◦ green 64 ◦ blue 5

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

Shades of Orange Red #EB4005

Tints of Orange Red #EB4005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.64%

R = 77.3%
G = 21.05%
B = 1.64%

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

#EB4005 (or 0xEB4005) is known color: Orange Red. HEX triplet: EB, 40 and 05. RGB value is (235,64,5). Sum of RGB (Red+Green+Blue) = 235+64+5=304 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.30% from 304); Green value is 64 (25.39% from 255 or 21.05% from 304); Blue value is 5 (2.34% from 255 or 1.64% from 304); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4005 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB4005 is #14BFFA. Grayscale: #6C6C6C. Windows color (decimal): -1359867 or 344299. OLE color: 344299.

HSL color Cylindrical-coordinate representation of color #EB4005: hue angle of 15.39º degrees, saturation: 0.96, 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 #EB4005 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 64 5 -
CMYK 0 0.73 0.98 0.08
HSL 15.39º 0.96% 0.47% -
HSV(B) 15.39º 0.98% 0.92% -
XYZ 36.12 21.34 2.36 -
YUV 108.4 69.65 218.3 -
System Red Green Blue C M Y K H S L
Decimal 235 64 5 0 0.73 0.98 0.08 15.39 0.96 0.47
Hex EB 40 5 0 49 62 8 F 60 2F
Octal 353 100 5 0 111 142 10 17 140 57
Binary 11101011 1000000 101 0 1001001 1100010 1000 1111 1100000 101111

Color Harmonies of #EB4005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4005

Black with #EB4005

Text Example


Text Example

White with #EB4005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4005; }

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

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

background-color css

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

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

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

border-color css

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

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

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