Html Css Color HEX #EF592A Outrageous Orange

📋 copy color: '#EF592A'

red 239 ◦ green 89 ◦ blue 42

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

Shades of Outrageous Orange #EF592A

Tints of Outrageous Orange #EF592A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.05%

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

R = 64.59%
G = 24.05%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF592A (or 0xEF592A) is known color: Outrageous Orange. HEX triplet: EF, 59 and 2A. RGB value is (239,89,42). Sum of RGB (Red+Green+Blue) = 239+89+42=370 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.59% from 370); Green value is 89 (35.16% from 255 or 24.05% from 370); Blue value is 42 (16.80% from 255 or 11.35% from 370); Max value from RGB is 239 - color contains mainly: red. Hex color #EF592A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF592A is #10A6D5. Grayscale: #808080. Windows color (decimal): -1091286 or 2775535. OLE color: 2775535.

HSL color Cylindrical-coordinate representation of color #EF592A: hue angle of 14.31º 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 #EF592A is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 89 42 -
CMYK 0 0.63 0.82 0.06
HSL 14.31º 0.86% 0.55% -
HSV(B) 14.31º 0.82% 0.94% -
XYZ 39.59 25.66 5.06 -
YUV 128.49 79.2 206.82 -
System Red Green Blue C M Y K H S L
Decimal 239 89 42 0 0.63 0.82 0.06 14.31 0.86 0.55
Hex EF 59 2A 0 3F 52 6 E 56 37
Octal 357 131 52 0 77 122 6 16 126 67
Binary 11101111 1011001 101010 0 111111 1010010 110 1110 1010110 110111

Color Harmonies of #EF592A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF592A

Black with #EF592A

Text Example


Text Example

White with #EF592A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF592A; }

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

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

background-color css

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

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

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

border-color css

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

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

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