Html Css Color HEX #EF8A13 Carrot Orange

📋 copy color: '#EF8A13'

red 239 ◦ green 138 ◦ blue 19

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

Shades of Carrot Orange #EF8A13

Tints of Carrot Orange #EF8A13

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.85%

 BLUE value IS 19 (7.81% from 255) = 4.8%

R = 60.35%
G = 34.85%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF8A13 (or 0xEF8A13) is known color: Carrot Orange. HEX triplet: EF, 8A and 13. RGB value is (239,138,19). Sum of RGB (Red+Green+Blue) = 239+138+19=396 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.35% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 19 (7.81% from 255 or 4.80% from 396); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8A13 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8A13 is #1075EC. Grayscale: #9B9B9B. Windows color (decimal): -1078765 or 1280751. OLE color: 1280751.

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

Color convert

RGB 239 138 19 -
CMYK 0 0.42 0.92 0.06
HSL 32.45º 0.87% 0.51% -
HSV(B) 32.45º 0.92% 0.94% -
XYZ 44.8 36.57 5.31 -
YUV 154.63 51.46 188.18 -
System Red Green Blue C M Y K H S L
Decimal 239 138 19 0 0.42 0.92 0.06 32.45 0.87 0.51
Hex EF 8A 13 0 2A 5C 6 20 57 33
Octal 357 212 23 0 52 134 6 40 127 63
Binary 11101111 10001010 10011 0 101010 1011100 110 100000 1010111 110011

Color Harmonies of #EF8A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8A13

Black with #EF8A13

Text Example


Text Example

White with #EF8A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8A13; }

 p { color: rgb(239,138,19); }

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

background-color css

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

 a { background-color: rgb(239,138,19); }

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

border-color css

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

 span { border-color: rgb(239,138,19); }

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