Html Css Color HEX #EF602B Outrageous Orange

📋 copy color: '#EF602B'

red 239 ◦ green 96 ◦ blue 43

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

Shades of Outrageous Orange #EF602B

Tints of Outrageous Orange #EF602B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.4%

 BLUE value IS 43 (17.19% from 255) = 11.38%

R = 63.23%
G = 25.4%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF602B (or 0xEF602B) is known color: Outrageous Orange. HEX triplet: EF, 60 and 2B. RGB value is (239,96,43). Sum of RGB (Red+Green+Blue) = 239+96+43=378 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.23% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 43 (17.19% from 255 or 11.38% from 378); Max value from RGB is 239 - color contains mainly: red. Hex color #EF602B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF602B is #109FD4. Grayscale: #858585. Windows color (decimal): -1089493 or 2842863. OLE color: 2842863.

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

Color convert

RGB 239 96 43 -
CMYK 0 0.60 0.82 0.06
HSL 16.22º 0.86% 0.55% -
HSV(B) 16.22º 0.82% 0.94% -
XYZ 40.22 26.89 5.36 -
YUV 132.72 77.38 203.81 -
System Red Green Blue C M Y K H S L
Decimal 239 96 43 0 0.60 0.82 0.06 16.22 0.86 0.55
Hex EF 60 2B 0 3C 52 6 10 56 37
Octal 357 140 53 0 74 122 6 20 126 67
Binary 11101111 1100000 101011 0 111100 1010010 110 10000 1010110 110111

Color Harmonies of #EF602B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF602B

Black with #EF602B

Text Example


Text Example

White with #EF602B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF602B; }

 p { color: rgb(239,96,43); }

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

background-color css

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

 a { background-color: rgb(239,96,43); }

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

border-color css

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

 span { border-color: rgb(239,96,43); }

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