Html Css Color HEX #EF5529 Outrageous Orange

📋 copy color: '#EF5529'

red 239 ◦ green 85 ◦ blue 41

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

Shades of Outrageous Orange #EF5529

Tints of Outrageous Orange #EF5529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.23%

R = 65.48%
G = 23.29%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EF5529 (or 0xEF5529) is known color: Outrageous Orange. HEX triplet: EF, 55 and 29. RGB value is (239,85,41). Sum of RGB (Red+Green+Blue) = 239+85+41=365 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.48% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 41 (16.41% from 255 or 11.23% from 365); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5529 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5529 is #10AAD6. Grayscale: #7E7E7E. Windows color (decimal): -1092311 or 2708975. OLE color: 2708975.

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

Color convert

RGB 239 85 41 -
CMYK 0 0.64 0.83 0.06
HSL 13.33º 0.86% 0.55% -
HSV(B) 13.33º 0.83% 0.94% -
XYZ 39.25 25.01 4.86 -
YUV 126.03 80.02 208.58 -
System Red Green Blue C M Y K H S L
Decimal 239 85 41 0 0.64 0.83 0.06 13.33 0.86 0.55
Hex EF 55 29 0 40 53 6 D 56 37
Octal 357 125 51 0 100 123 6 15 126 67
Binary 11101111 1010101 101001 0 1000000 1010011 110 1101 1010110 110111

Color Harmonies of #EF5529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5529

Black with #EF5529

Text Example


Text Example

White with #EF5529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5529; }

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

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

background-color css

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

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

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

border-color css

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

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

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