Html Css Color HEX #EF8A12 Carrot Orange

📋 copy color: '#EF8A12'

red 239 ◦ green 138 ◦ blue 18

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

Shades of Carrot Orange #EF8A12

Tints of Carrot Orange #EF8A12

RGB

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

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

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

R = 60.51%
G = 34.94%
B = 4.56%

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

#EF8A12 (or 0xEF8A12) is known color: Carrot Orange. HEX triplet: EF, 8A and 12. RGB value is (239,138,18). Sum of RGB (Red+Green+Blue) = 239+138+18=395 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.51% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 18 (7.42% from 255 or 4.56% from 395); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8A12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8A12 is #1075ED. Grayscale: #9B9B9B. Windows color (decimal): -1078766 or 1215215. OLE color: 1215215.

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

Color convert

RGB 239 138 18 -
CMYK 0 0.42 0.92 0.06
HSL 32.58º 0.87% 0.5% -
HSV(B) 32.58º 0.92% 0.94% -
XYZ 44.79 36.57 5.27 -
YUV 154.52 50.96 188.26 -
System Red Green Blue C M Y K H S L
Decimal 239 138 18 0 0.42 0.92 0.06 32.58 0.87 0.5
Hex EF 8A 12 0 2A 5C 6 21 57 32
Octal 357 212 22 0 52 134 6 41 127 62
Binary 11101111 10001010 10010 0 101010 1011100 110 100001 1010111 110010

Color Harmonies of #EF8A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8A12

Black with #EF8A12

Text Example


Text Example

White with #EF8A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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