Html Css Color HEX #EF552E Outrageous Orange

📋 copy color: '#EF552E'

red 239 ◦ green 85 ◦ blue 46

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

Shades of Outrageous Orange #EF552E

Tints of Outrageous Orange #EF552E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.43%

R = 64.59%
G = 22.97%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EF552E (or 0xEF552E) is known color: Outrageous Orange. HEX triplet: EF, 55 and 2E. RGB value is (239,85,46). Sum of RGB (Red+Green+Blue) = 239+85+46=370 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.59% from 370); Green value is 85 (33.59% from 255 or 22.97% from 370); Blue value is 46 (18.36% from 255 or 12.43% from 370); Max value from RGB is 239 - color contains mainly: red. Hex color #EF552E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF552E is #10AAD1. Grayscale: #7E7E7E. Windows color (decimal): -1092306 or 3036655. OLE color: 3036655.

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

Color convert

RGB 239 85 46 -
CMYK 0 0.64 0.81 0.06
HSL 12.12º 0.86% 0.56% -
HSV(B) 12.12º 0.81% 0.94% -
XYZ 39.34 25.04 5.35 -
YUV 126.6 82.52 208.17 -
System Red Green Blue C M Y K H S L
Decimal 239 85 46 0 0.64 0.81 0.06 12.12 0.86 0.56
Hex EF 55 2E 0 40 51 6 C 56 38
Octal 357 125 56 0 100 121 6 14 126 70
Binary 11101111 1010101 101110 0 1000000 1010001 110 1100 1010110 111000

Color Harmonies of #EF552E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF552E

Black with #EF552E

Text Example


Text Example

White with #EF552E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF552E; }

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

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

background-color css

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

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

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

border-color css

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

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

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