Html Css Color HEX #EF5430 Outrageous Orange

📋 copy color: '#EF5430'

red 239 ◦ green 84 ◦ blue 48

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

Shades of Outrageous Orange #EF5430

Tints of Outrageous Orange #EF5430

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.64%

 BLUE value IS 48 (19.14% from 255) = 12.94%

R = 64.42%
G = 22.64%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EF5430 (or 0xEF5430) is known color: Outrageous Orange. HEX triplet: EF, 54 and 30. RGB value is (239,84,48). Sum of RGB (Red+Green+Blue) = 239+84+48=371 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.42% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 48 (19.14% from 255 or 12.94% from 371); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5430 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5430 is #10ABCF. Grayscale: #7E7E7E. Windows color (decimal): -1092560 or 3167471. OLE color: 3167471.

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

Color convert

RGB 239 84 48 -
CMYK 0 0.65 0.80 0.06
HSL 11.31º 0.86% 0.56% -
HSV(B) 11.31º 0.8% 0.94% -
XYZ 39.3 24.9 5.53 -
YUV 126.24 83.85 208.43 -
System Red Green Blue C M Y K H S L
Decimal 239 84 48 0 0.65 0.80 0.06 11.31 0.86 0.56
Hex EF 54 30 0 41 50 6 B 56 38
Octal 357 124 60 0 101 120 6 13 126 70
Binary 11101111 1010100 110000 0 1000001 1010000 110 1011 1010110 111000

Color Harmonies of #EF5430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5430

Black with #EF5430

Text Example


Text Example

White with #EF5430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5430; }

 p { color: rgb(239,84,48); }

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

background-color css

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

 a { background-color: rgb(239,84,48); }

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

border-color css

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

 span { border-color: rgb(239,84,48); }

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