Html Css Color HEX #EF4812 Orange Red

📋 copy color: '#EF4812'

red 239 ◦ green 72 ◦ blue 18

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

Shades of Orange Red #EF4812

Tints of Orange Red #EF4812

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.88%

 BLUE value IS 18 (7.42% from 255) = 5.47%

R = 72.64%
G = 21.88%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF4812 (or 0xEF4812) is known color: Orange Red. HEX triplet: EF, 48 and 12. RGB value is (239,72,18). Sum of RGB (Red+Green+Blue) = 239+72+18=329 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.64% from 329); Green value is 72 (28.52% from 255 or 21.88% from 329); Blue value is 18 (7.42% from 255 or 5.47% from 329); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4812 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4812 is #10B7ED. Grayscale: #747474. Windows color (decimal): -1095662 or 1198319. OLE color: 1198319.

HSL color Cylindrical-coordinate representation of color #EF4812: hue angle of 14.66º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF4812 is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 72 18 -
CMYK 0 0.70 0.92 0.06
HSL 14.66º 0.87% 0.5% -
HSV(B) 14.66º 0.92% 0.94% -
XYZ 38.02 23.03 3.01 -
YUV 115.78 72.83 215.89 -
System Red Green Blue C M Y K H S L
Decimal 239 72 18 0 0.70 0.92 0.06 14.66 0.87 0.5
Hex EF 48 12 0 46 5C 6 F 57 32
Octal 357 110 22 0 106 134 6 17 127 62
Binary 11101111 1001000 10010 0 1000110 1011100 110 1111 1010111 110010

Color Harmonies of #EF4812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4812

Black with #EF4812

Text Example


Text Example

White with #EF4812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4812; }

 p { color: rgb(239,72,18); }

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

background-color css

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

 a { background-color: rgb(239,72,18); }

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

border-color css

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

 span { border-color: rgb(239,72,18); }

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