Html Css Color HEX #EF4202 Orange Red

📋 copy color: '#EF4202'

red 239 ◦ green 66 ◦ blue 2

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

Shades of Orange Red #EF4202

Tints of Orange Red #EF4202

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.5%

 BLUE value IS 2 (1.17% from 255) = 0.65%

R = 77.85%
G = 21.5%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#EF4202 (or 0xEF4202) is known color: Orange Red. HEX triplet: EF, 42 and 02. RGB value is (239,66,2). Sum of RGB (Red+Green+Blue) = 239+66+2=307 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.85% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 2 (1.17% from 255 or 0.65% from 307); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4202 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4202 is #10BDFD. Grayscale: #6E6E6E. Windows color (decimal): -1097214 or 148207. OLE color: 148207.

HSL color Cylindrical-coordinate representation of color #EF4202: hue angle of 16.2º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF4202 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 66 2 -
CMYK 0 0.72 0.99 0.06
HSL 16.2º 0.98% 0.47% -
HSV(B) 16.2º 0.99% 0.94% -
XYZ 37.56 22.25 2.37 -
YUV 110.43 66.81 219.7 -
System Red Green Blue C M Y K H S L
Decimal 239 66 2 0 0.72 0.99 0.06 16.2 0.98 0.47
Hex EF 42 2 0 48 63 6 10 62 2F
Octal 357 102 2 0 110 143 6 20 142 57
Binary 11101111 1000010 10 0 1001000 1100011 110 10000 1100010 101111

Color Harmonies of #EF4202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4202

Black with #EF4202

Text Example


Text Example

White with #EF4202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4202; }

 p { color: rgb(239,66,2); }

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

background-color css

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

 a { background-color: rgb(239,66,2); }

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

border-color css

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

 span { border-color: rgb(239,66,2); }

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