Html Css Color HEX #EF8416 Carrot Orange

📋 copy color: '#EF8416'

red 239 ◦ green 132 ◦ blue 22

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

Shades of Carrot Orange #EF8416

Tints of Carrot Orange #EF8416

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.59%

 BLUE value IS 22 (8.98% from 255) = 5.6%

R = 60.81%
G = 33.59%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#EF8416 (or 0xEF8416) is known color: Carrot Orange. HEX triplet: EF, 84 and 16. RGB value is (239,132,22). Sum of RGB (Red+Green+Blue) = 239+132+22=393 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.81% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 22 (8.98% from 255 or 5.60% from 393); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8416 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8416 is #107BE9. Grayscale: #979797. Windows color (decimal): -1080298 or 1475823. OLE color: 1475823.

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

Color convert

RGB 239 132 22 -
CMYK 0 0.45 0.91 0.06
HSL 30.41º 0.87% 0.51% -
HSV(B) 30.41º 0.91% 0.94% -
XYZ 43.99 34.91 5.18 -
YUV 151.45 54.95 190.44 -
System Red Green Blue C M Y K H S L
Decimal 239 132 22 0 0.45 0.91 0.06 30.41 0.87 0.51
Hex EF 84 16 0 2D 5B 6 1E 57 33
Octal 357 204 26 0 55 133 6 36 127 63
Binary 11101111 10000100 10110 0 101101 1011011 110 11110 1010111 110011

Color Harmonies of #EF8416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8416

Black with #EF8416

Text Example


Text Example

White with #EF8416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8416; }

 p { color: rgb(239,132,22); }

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

background-color css

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

 a { background-color: rgb(239,132,22); }

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

border-color css

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

 span { border-color: rgb(239,132,22); }

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