Html Css Color HEX #EF552A Outrageous Orange

📋 copy color: '#EF552A'

red 239 ◦ green 85 ◦ blue 42

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

Shades of Outrageous Orange #EF552A

Tints of Outrageous Orange #EF552A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.22%

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

R = 65.3%
G = 23.22%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF552A (or 0xEF552A) is known color: Outrageous Orange. HEX triplet: EF, 55 and 2A. RGB value is (239,85,42). Sum of RGB (Red+Green+Blue) = 239+85+42=366 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.30% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 42 (16.80% from 255 or 11.48% from 366); Max value from RGB is 239 - color contains mainly: red. Hex color #EF552A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF552A is #10AAD5. Grayscale: #7E7E7E. Windows color (decimal): -1092310 or 2774511. OLE color: 2774511.

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

Color convert

RGB 239 85 42 -
CMYK 0 0.64 0.82 0.06
HSL 13.1º 0.86% 0.55% -
HSV(B) 13.1º 0.82% 0.94% -
XYZ 39.26 25.01 4.95 -
YUV 126.14 80.52 208.5 -
System Red Green Blue C M Y K H S L
Decimal 239 85 42 0 0.64 0.82 0.06 13.1 0.86 0.55
Hex EF 55 2A 0 40 52 6 D 56 37
Octal 357 125 52 0 100 122 6 15 126 67
Binary 11101111 1010101 101010 0 1000000 1010010 110 1101 1010110 110111

Color Harmonies of #EF552A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF552A

Black with #EF552A

Text Example


Text Example

White with #EF552A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF552A; }

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

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

background-color css

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

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

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

border-color css

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

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

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