Html Css Color HEX #EF532C Outrageous Orange

📋 copy color: '#EF532C'

red 239 ◦ green 83 ◦ blue 44

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

Shades of Outrageous Orange #EF532C

Tints of Outrageous Orange #EF532C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.68%

 BLUE value IS 44 (17.58% from 255) = 12.02%

R = 65.3%
G = 22.68%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF532C (or 0xEF532C) is known color: Outrageous Orange. HEX triplet: EF, 53 and 2C. RGB value is (239,83,44). Sum of RGB (Red+Green+Blue) = 239+83+44=366 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.30% from 366); Green value is 83 (32.81% from 255 or 22.68% from 366); Blue value is 44 (17.58% from 255 or 12.02% from 366); Max value from RGB is 239 - color contains mainly: red. Hex color #EF532C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF532C is #10ACD3. Grayscale: #7D7D7D. Windows color (decimal): -1092820 or 2905071. OLE color: 2905071.

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

Color convert

RGB 239 83 44 -
CMYK 0 0.65 0.82 0.06
HSL 12º 0.86% 0.55% -
HSV(B) 12º 0.82% 0.94% -
XYZ 39.14 24.72 5.09 -
YUV 125.2 82.18 209.17 -
System Red Green Blue C M Y K H S L
Decimal 239 83 44 0 0.65 0.82 0.06 12 0.86 0.55
Hex EF 53 2C 0 41 52 6 C 56 37
Octal 357 123 54 0 101 122 6 14 126 67
Binary 11101111 1010011 101100 0 1000001 1010010 110 1100 1010110 110111

Color Harmonies of #EF532C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF532C

Black with #EF532C

Text Example


Text Example

White with #EF532C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF532C; }

 p { color: rgb(239,83,44); }

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

background-color css

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

 a { background-color: rgb(239,83,44); }

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

border-color css

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

 span { border-color: rgb(239,83,44); }

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