Html Css Color HEX #EB380E Orange Red

📋 copy color: '#EB380E'

red 235 ◦ green 56 ◦ blue 14

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

Shades of Orange Red #EB380E

Tints of Orange Red #EB380E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.36%

 BLUE value IS 14 (5.86% from 255) = 4.59%

R = 77.05%
G = 18.36%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EB380E (or 0xEB380E) is known color: Orange Red. HEX triplet: EB, 38 and 0E. RGB value is (235,56,14). Sum of RGB (Red+Green+Blue) = 235+56+14=305 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.05% from 305); Green value is 56 (22.27% from 255 or 18.36% from 305); Blue value is 14 (5.86% from 255 or 4.59% from 305); Max value from RGB is 235 - color contains mainly: red. Hex color #EB380E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB380E is #14C7F1. Grayscale: #696969. Windows color (decimal): -1361906 or 932075. OLE color: 932075.

HSL color Cylindrical-coordinate representation of color #EB380E: hue angle of 11.4º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB380E is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 56 14 -
CMYK 0 0.76 0.94 0.08
HSL 11.4º 0.89% 0.49% -
HSV(B) 11.4º 0.94% 0.92% -
XYZ 35.75 20.52 2.49 -
YUV 104.73 76.8 220.92 -
System Red Green Blue C M Y K H S L
Decimal 235 56 14 0 0.76 0.94 0.08 11.4 0.89 0.49
Hex EB 38 E 0 4C 5E 8 B 59 31
Octal 353 70 16 0 114 136 10 13 131 61
Binary 11101011 111000 1110 0 1001100 1011110 1000 1011 1011001 110001

Color Harmonies of #EB380E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB380E

Black with #EB380E

Text Example


Text Example

White with #EB380E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB380E; }

 p { color: rgb(235,56,14); }

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

background-color css

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

 a { background-color: rgb(235,56,14); }

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

border-color css

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

 span { border-color: rgb(235,56,14); }

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