Html Css Color HEX #EF3705 Orange Red

📋 copy color: '#EF3705'

red 239 ◦ green 55 ◦ blue 5

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

Shades of Orange Red #EF3705

Tints of Orange Red #EF3705

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.39%

 BLUE value IS 5 (2.34% from 255) = 1.67%

R = 79.93%
G = 18.39%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EF3705 (or 0xEF3705) is known color: Orange Red. HEX triplet: EF, 37 and 05. RGB value is (239,55,5). Sum of RGB (Red+Green+Blue) = 239+55+5=299 (39% of max value = 765). Red value is 239 (93.75% from 255 or 79.93% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 5 (2.34% from 255 or 1.67% from 299); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3705 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3705 is #10C8FA. Grayscale: #686868. Windows color (decimal): -1100027 or 341999. OLE color: 341999.

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

Color convert

RGB 239 55 5 -
CMYK 0 0.77 0.98 0.06
HSL 12.82º 0.96% 0.48% -
HSV(B) 12.82º 0.98% 0.94% -
XYZ 36.99 21.09 2.27 -
YUV 104.32 71.96 224.07 -
System Red Green Blue C M Y K H S L
Decimal 239 55 5 0 0.77 0.98 0.06 12.82 0.96 0.48
Hex EF 37 5 0 4D 62 6 D 60 30
Octal 357 67 5 0 115 142 6 15 140 60
Binary 11101111 110111 101 0 1001101 1100010 110 1101 1100000 110000

Color Harmonies of #EF3705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3705

Black with #EF3705

Text Example


Text Example

White with #EF3705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3705; }

 p { color: rgb(239,55,5); }

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

background-color css

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

 a { background-color: rgb(239,55,5); }

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

border-color css

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

 span { border-color: rgb(239,55,5); }

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