Html Css Color HEX #EF8D12 Carrot Orange

📋 copy color: '#EF8D12'

red 239 ◦ green 141 ◦ blue 18

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

Shades of Carrot Orange #EF8D12

Tints of Carrot Orange #EF8D12

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.43%

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

R = 60.05%
G = 35.43%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF8D12 (or 0xEF8D12) is known color: Carrot Orange. HEX triplet: EF, 8D and 12. RGB value is (239,141,18). Sum of RGB (Red+Green+Blue) = 239+141+18=398 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.05% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 18 (7.42% from 255 or 4.52% from 398); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8D12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8D12 is #1072ED. Grayscale: #9C9C9C. Windows color (decimal): -1077998 or 1215983. OLE color: 1215983.

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

Color convert

RGB 239 141 18 -
CMYK 0 0.41 0.92 0.06
HSL 33.39º 0.87% 0.5% -
HSV(B) 33.39º 0.92% 0.94% -
XYZ 45.23 37.44 5.42 -
YUV 156.28 49.97 187 -
System Red Green Blue C M Y K H S L
Decimal 239 141 18 0 0.41 0.92 0.06 33.39 0.87 0.5
Hex EF 8D 12 0 29 5C 6 21 57 32
Octal 357 215 22 0 51 134 6 41 127 62
Binary 11101111 10001101 10010 0 101001 1011100 110 100001 1010111 110010

Color Harmonies of #EF8D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8D12

Black with #EF8D12

Text Example


Text Example

White with #EF8D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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