Html Css Color HEX #EF490B Orange Red

📋 copy color: '#EF490B'

red 239 ◦ green 73 ◦ blue 11

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

Shades of Orange Red #EF490B

Tints of Orange Red #EF490B

RGB

 RED value IS 239 (93.75% from 255) = 73.99%

 GREEN value IS 73 (28.91% from 255) = 22.6%

 BLUE value IS 11 (4.69% from 255) = 3.41%

R = 73.99%
G = 22.6%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EF490B (or 0xEF490B) is known color: Orange Red. HEX triplet: EF, 49 and 0B. RGB value is (239,73,11). Sum of RGB (Red+Green+Blue) = 239+73+11=323 (42% of max value = 765). Red value is 239 (93.75% from 255 or 73.99% from 323); Green value is 73 (28.91% from 255 or 22.60% from 323); Blue value is 11 (4.69% from 255 or 3.41% from 323); Max value from RGB is 239 - color contains mainly: red. Hex color #EF490B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF490B is #10B6F4. Grayscale: #737373. Windows color (decimal): -1095413 or 739823. OLE color: 739823.

HSL color Cylindrical-coordinate representation of color #EF490B: hue angle of 16.32º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF490B is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 73 11 -
CMYK 0 0.69 0.95 0.06
HSL 16.32º 0.91% 0.49% -
HSV(B) 16.32º 0.95% 0.94% -
XYZ 38.04 23.14 2.78 -
YUV 115.57 69 216.04 -
System Red Green Blue C M Y K H S L
Decimal 239 73 11 0 0.69 0.95 0.06 16.32 0.91 0.49
Hex EF 49 B 0 45 5F 6 10 5B 31
Octal 357 111 13 0 105 137 6 20 133 61
Binary 11101111 1001001 1011 0 1000101 1011111 110 10000 1011011 110001

Color Harmonies of #EF490B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF490B

Black with #EF490B

Text Example


Text Example

White with #EF490B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF490B; }

 p { color: rgb(239,73,11); }

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

background-color css

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

 a { background-color: rgb(239,73,11); }

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

border-color css

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

 span { border-color: rgb(239,73,11); }

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