Html Css Color HEX #EF5D2A Outrageous Orange

📋 copy color: '#EF5D2A'

red 239 ◦ green 93 ◦ blue 42

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

Shades of Outrageous Orange #EF5D2A

Tints of Outrageous Orange #EF5D2A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.87%

 BLUE value IS 42 (16.8% from 255) = 11.23%

R = 63.9%
G = 24.87%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF5D2A (or 0xEF5D2A) is known color: Outrageous Orange. HEX triplet: EF, 5D and 2A. RGB value is (239,93,42). Sum of RGB (Red+Green+Blue) = 239+93+42=374 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.90% from 374); Green value is 93 (36.72% from 255 or 24.87% from 374); Blue value is 42 (16.80% from 255 or 11.23% from 374); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5D2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5D2A is #10A2D5. Grayscale: #838383. Windows color (decimal): -1090262 or 2776559. OLE color: 2776559.

HSL color Cylindrical-coordinate representation of color #EF5D2A: hue angle of 15.53º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF5D2A is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 93 42 -
CMYK 0 0.61 0.82 0.06
HSL 15.53º 0.86% 0.55% -
HSV(B) 15.53º 0.82% 0.94% -
XYZ 39.93 26.35 5.17 -
YUV 130.84 77.87 205.15 -
System Red Green Blue C M Y K H S L
Decimal 239 93 42 0 0.61 0.82 0.06 15.53 0.86 0.55
Hex EF 5D 2A 0 3D 52 6 10 56 37
Octal 357 135 52 0 75 122 6 20 126 67
Binary 11101111 1011101 101010 0 111101 1010010 110 10000 1010110 110111

Color Harmonies of #EF5D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5D2A

Black with #EF5D2A

Text Example


Text Example

White with #EF5D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5D2A; }

 p { color: rgb(239,93,42); }

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

background-color css

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

 a { background-color: rgb(239,93,42); }

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

border-color css

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

 span { border-color: rgb(239,93,42); }

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