Html Css Color HEX #EF552C Outrageous Orange

📋 copy color: '#EF552C'

red 239 ◦ green 85 ◦ blue 44

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

Shades of Outrageous Orange #EF552C

Tints of Outrageous Orange #EF552C

RGB

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

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

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

R = 64.95%
G = 23.1%
B = 11.96%

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

#EF552C (or 0xEF552C) is known color: Outrageous Orange. HEX triplet: EF, 55 and 2C. RGB value is (239,85,44). Sum of RGB (Red+Green+Blue) = 239+85+44=368 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.95% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 44 (17.58% from 255 or 11.96% from 368); Max value from RGB is 239 - color contains mainly: red. Hex color #EF552C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF552C is #10AAD3. Grayscale: #7E7E7E. Windows color (decimal): -1092308 or 2905583. OLE color: 2905583.

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

Color convert

RGB 239 85 44 -
CMYK 0 0.64 0.82 0.06
HSL 12.62º 0.86% 0.55% -
HSV(B) 12.62º 0.82% 0.94% -
XYZ 39.3 25.03 5.14 -
YUV 126.37 81.52 208.33 -
System Red Green Blue C M Y K H S L
Decimal 239 85 44 0 0.64 0.82 0.06 12.62 0.86 0.55
Hex EF 55 2C 0 40 52 6 D 56 37
Octal 357 125 54 0 100 122 6 15 126 67
Binary 11101111 1010101 101100 0 1000000 1010010 110 1101 1010110 110111

Color Harmonies of #EF552C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF552C

Black with #EF552C

Text Example


Text Example

White with #EF552C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF552C; }

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

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

background-color css

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

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

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

border-color css

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

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

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