Html Css Color HEX #EF4105 Orange Red

📋 copy color: '#EF4105'

red 239 ◦ green 65 ◦ blue 5

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

Shades of Orange Red #EF4105

Tints of Orange Red #EF4105

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.04%

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

R = 77.35%
G = 21.04%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EF4105 (or 0xEF4105) is known color: Orange Red. HEX triplet: EF, 41 and 05. RGB value is (239,65,5). Sum of RGB (Red+Green+Blue) = 239+65+5=309 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.35% from 309); Green value is 65 (25.78% from 255 or 21.04% from 309); Blue value is 5 (2.34% from 255 or 1.62% from 309); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4105 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4105 is #10BEFA. Grayscale: #6E6E6E. Windows color (decimal): -1097467 or 344559. OLE color: 344559.

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

Color convert

RGB 239 65 5 -
CMYK 0 0.73 0.98 0.06
HSL 15.38º 0.96% 0.48% -
HSV(B) 15.38º 0.98% 0.94% -
XYZ 37.51 22.14 2.44 -
YUV 110.19 68.65 219.88 -
System Red Green Blue C M Y K H S L
Decimal 239 65 5 0 0.73 0.98 0.06 15.38 0.96 0.48
Hex EF 41 5 0 49 62 6 F 60 30
Octal 357 101 5 0 111 142 6 17 140 60
Binary 11101111 1000001 101 0 1001001 1100010 110 1111 1100000 110000

Color Harmonies of #EF4105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4105

Black with #EF4105

Text Example


Text Example

White with #EF4105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4105; }

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

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

background-color css

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

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

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

border-color css

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

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

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