Html Css Color HEX #EF5A1E Outrageous Orange

📋 copy color: '#EF5A1E'

red 239 ◦ green 90 ◦ blue 30

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

Shades of Outrageous Orange #EF5A1E

Tints of Outrageous Orange #EF5A1E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.07%

 BLUE value IS 30 (12.11% from 255) = 8.36%

R = 66.57%
G = 25.07%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EF5A1E (or 0xEF5A1E) is known color: Outrageous Orange. HEX triplet: EF, 5A and 1E. RGB value is (239,90,30). Sum of RGB (Red+Green+Blue) = 239+90+30=359 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.57% from 359); Green value is 90 (35.55% from 255 or 25.07% from 359); Blue value is 30 (12.11% from 255 or 8.36% from 359); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5A1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5A1E is #10A5E1. Grayscale: #808080. Windows color (decimal): -1091042 or 1989359. OLE color: 1989359.

HSL color Cylindrical-coordinate representation of color #EF5A1E: hue angle of 17.22º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF5A1E is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 90 30 -
CMYK 0 0.62 0.87 0.06
HSL 17.22º 0.87% 0.53% -
HSV(B) 17.22º 0.87% 0.94% -
XYZ 39.49 25.76 4.12 -
YUV 127.71 72.86 207.38 -
System Red Green Blue C M Y K H S L
Decimal 239 90 30 0 0.62 0.87 0.06 17.22 0.87 0.53
Hex EF 5A 1E 0 3E 57 6 11 57 35
Octal 357 132 36 0 76 127 6 21 127 65
Binary 11101111 1011010 11110 0 111110 1010111 110 10001 1010111 110101

Color Harmonies of #EF5A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5A1E

Black with #EF5A1E

Text Example


Text Example

White with #EF5A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5A1E; }

 p { color: rgb(239,90,30); }

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

background-color css

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

 a { background-color: rgb(239,90,30); }

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

border-color css

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

 span { border-color: rgb(239,90,30); }

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