Html Css Color HEX #EB4017 Orange Red

📋 copy color: '#EB4017'

red 235 ◦ green 64 ◦ blue 23

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

Shades of Orange Red #EB4017

Tints of Orange Red #EB4017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.14%

R = 72.98%
G = 19.88%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EB4017 (or 0xEB4017) is known color: Orange Red. HEX triplet: EB, 40 and 17. RGB value is (235,64,23). Sum of RGB (Red+Green+Blue) = 235+64+23=322 (42% of max value = 765). Red value is 235 (92.19% from 255 or 72.98% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 23 (9.38% from 255 or 7.14% from 322); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4017 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB4017 is #14BFE8. Grayscale: #6E6E6E. Windows color (decimal): -1359849 or 1523947. OLE color: 1523947.

HSL color Cylindrical-coordinate representation of color #EB4017: hue angle of 11.6º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EB4017 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 64 23 -
CMYK 0 0.73 0.90 0.08
HSL 11.6º 0.84% 0.51% -
HSV(B) 11.6º 0.9% 0.92% -
XYZ 36.25 21.39 3.03 -
YUV 110.46 78.65 216.83 -
System Red Green Blue C M Y K H S L
Decimal 235 64 23 0 0.73 0.90 0.08 11.6 0.84 0.51
Hex EB 40 17 0 49 5A 8 C 54 33
Octal 353 100 27 0 111 132 10 14 124 63
Binary 11101011 1000000 10111 0 1001001 1011010 1000 1100 1010100 110011

Color Harmonies of #EB4017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4017

Black with #EB4017

Text Example


Text Example

White with #EB4017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4017; }

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

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

background-color css

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

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

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

border-color css

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

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

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