Html Css Color HEX #EF3805 Orange Red

📋 copy color: '#EF3805'

red 239 ◦ green 56 ◦ blue 5

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

Shades of Orange Red #EF3805

Tints of Orange Red #EF3805

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.67%

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

R = 79.67%
G = 18.67%
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

#EF3805 (or 0xEF3805) is known color: Orange Red. HEX triplet: EF, 38 and 05. RGB value is (239,56,5). Sum of RGB (Red+Green+Blue) = 239+56+5=300 (39% of max value = 765). Red value is 239 (93.75% from 255 or 79.67% from 300); Green value is 56 (22.27% from 255 or 18.67% from 300); Blue value is 5 (2.34% from 255 or 1.67% from 300); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3805 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3805 is #10C7FA. Grayscale: #696969. Windows color (decimal): -1099771 or 342255. OLE color: 342255.

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

Color convert

RGB 239 56 5 -
CMYK 0 0.77 0.98 0.06
HSL 13.08º 0.96% 0.48% -
HSV(B) 13.08º 0.98% 0.94% -
XYZ 37.04 21.19 2.28 -
YUV 104.9 71.63 223.65 -
System Red Green Blue C M Y K H S L
Decimal 239 56 5 0 0.77 0.98 0.06 13.08 0.96 0.48
Hex EF 38 5 0 4D 62 6 D 60 30
Octal 357 70 5 0 115 142 6 15 140 60
Binary 11101111 111000 101 0 1001101 1100010 110 1101 1100000 110000

Color Harmonies of #EF3805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3805

Black with #EF3805

Text Example


Text Example

White with #EF3805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3805; }

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

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

background-color css

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

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

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

border-color css

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

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

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