Html Css Color HEX #EB440A Orange Red

📋 copy color: '#EB440A'

red 235 ◦ green 68 ◦ blue 10

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

Shades of Orange Red #EB440A

Tints of Orange Red #EB440A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.73%

 BLUE value IS 10 (4.3% from 255) = 3.19%

R = 75.08%
G = 21.73%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EB440A (or 0xEB440A) is known color: Orange Red. HEX triplet: EB, 44 and 0A. RGB value is (235,68,10). Sum of RGB (Red+Green+Blue) = 235+68+10=313 (41% of max value = 765). Red value is 235 (92.19% from 255 or 75.08% from 313); Green value is 68 (26.95% from 255 or 21.73% from 313); Blue value is 10 (4.30% from 255 or 3.19% from 313); Max value from RGB is 235 - color contains mainly: red. Hex color #EB440A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB440A is #14BBF5. Grayscale: #6F6F6F. Windows color (decimal): -1358838 or 673003. OLE color: 673003.

HSL color Cylindrical-coordinate representation of color #EB440A: hue angle of 15.47º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EB440A is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 68 10 -
CMYK 0 0.71 0.96 0.08
HSL 15.47º 0.92% 0.48% -
HSV(B) 15.47º 0.96% 0.92% -
XYZ 36.38 21.82 2.58 -
YUV 111.32 70.83 216.22 -
System Red Green Blue C M Y K H S L
Decimal 235 68 10 0 0.71 0.96 0.08 15.47 0.92 0.48
Hex EB 44 A 0 47 60 8 F 5C 30
Octal 353 104 12 0 107 140 10 17 134 60
Binary 11101011 1000100 1010 0 1000111 1100000 1000 1111 1011100 110000

Color Harmonies of #EB440A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB440A

Black with #EB440A

Text Example


Text Example

White with #EB440A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB440A; }

 p { color: rgb(235,68,10); }

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

background-color css

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

 a { background-color: rgb(235,68,10); }

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

border-color css

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

 span { border-color: rgb(235,68,10); }

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