Html Css Color HEX #EF4002 Orange Red

📋 copy color: '#EF4002'

red 239 ◦ green 64 ◦ blue 2

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

Shades of Orange Red #EF4002

Tints of Orange Red #EF4002

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.98%

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

R = 78.36%
G = 20.98%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#EF4002 (or 0xEF4002) is known color: Orange Red. HEX triplet: EF, 40 and 02. RGB value is (239,64,2). Sum of RGB (Red+Green+Blue) = 239+64+2=305 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.36% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 2 (1.17% from 255 or 0.66% from 305); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4002 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4002 is #10BFFD. Grayscale: #6D6D6D. Windows color (decimal): -1097726 or 147695. OLE color: 147695.

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

Color convert

RGB 239 64 2 -
CMYK 0 0.73 0.99 0.06
HSL 15.7º 0.98% 0.47% -
HSV(B) 15.7º 0.99% 0.94% -
XYZ 37.44 22.02 2.33 -
YUV 109.26 67.48 220.54 -
System Red Green Blue C M Y K H S L
Decimal 239 64 2 0 0.73 0.99 0.06 15.7 0.98 0.47
Hex EF 40 2 0 49 63 6 10 62 2F
Octal 357 100 2 0 111 143 6 20 142 57
Binary 11101111 1000000 10 0 1001001 1100011 110 10000 1100010 101111

Color Harmonies of #EF4002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4002

Black with #EF4002

Text Example


Text Example

White with #EF4002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4002; }

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

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

background-color css

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

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

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

border-color css

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

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

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