Html Css Color HEX #EF4A0B Vermilion

📋 copy color: '#EF4A0B'

red 239 ◦ green 74 ◦ blue 11

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

Shades of Vermilion #EF4A0B

Tints of Vermilion #EF4A0B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.84%

 BLUE value IS 11 (4.69% from 255) = 3.4%

R = 73.77%
G = 22.84%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EF4A0B (or 0xEF4A0B) is known color: Vermilion. HEX triplet: EF, 4A and 0B. RGB value is (239,74,11). Sum of RGB (Red+Green+Blue) = 239+74+11=324 (42% of max value = 765). Red value is 239 (93.75% from 255 or 73.77% from 324); Green value is 74 (29.30% from 255 or 22.84% from 324); Blue value is 11 (4.69% from 255 or 3.40% from 324); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4A0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4A0B is #10B5F4. Grayscale: #747474. Windows color (decimal): -1095157 or 740079. OLE color: 740079.

HSL color Cylindrical-coordinate representation of color #EF4A0B: hue angle of 16.58º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF4A0B is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 74 11 -
CMYK 0 0.69 0.95 0.06
HSL 16.58º 0.91% 0.49% -
HSV(B) 16.58º 0.95% 0.94% -
XYZ 38.11 23.27 2.8 -
YUV 116.15 68.66 215.62 -
System Red Green Blue C M Y K H S L
Decimal 239 74 11 0 0.69 0.95 0.06 16.58 0.91 0.49
Hex EF 4A B 0 45 5F 6 11 5B 31
Octal 357 112 13 0 105 137 6 21 133 61
Binary 11101111 1001010 1011 0 1000101 1011111 110 10001 1011011 110001

Color Harmonies of #EF4A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4A0B

Black with #EF4A0B

Text Example


Text Example

White with #EF4A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4A0B; }

 p { color: rgb(239,74,11); }

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

background-color css

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

 a { background-color: rgb(239,74,11); }

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

border-color css

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

 span { border-color: rgb(239,74,11); }

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