Html Css Color HEX #EF8120 Carrot Orange

📋 copy color: '#EF8120'

red 239 ◦ green 129 ◦ blue 32

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

Shades of Carrot Orange #EF8120

Tints of Carrot Orange #EF8120

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.25%

 BLUE value IS 32 (12.89% from 255) = 8%

R = 59.75%
G = 32.25%
B = 8%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EF8120 (or 0xEF8120) is known color: Carrot Orange. HEX triplet: EF, 81 and 20. RGB value is (239,129,32). Sum of RGB (Red+Green+Blue) = 239+129+32=400 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.75% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 32 (12.89% from 255 or 8% from 400); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8120 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8120 is #107EDF. Grayscale: #979797. Windows color (decimal): -1081056 or 2130415. OLE color: 2130415.

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

Color convert

RGB 239 129 32 -
CMYK 0 0.46 0.87 0.06
HSL 28.12º 0.87% 0.53% -
HSV(B) 28.12º 0.87% 0.94% -
XYZ 43.71 34.16 5.66 -
YUV 150.83 60.94 190.89 -
System Red Green Blue C M Y K H S L
Decimal 239 129 32 0 0.46 0.87 0.06 28.12 0.87 0.53
Hex EF 81 20 0 2E 57 6 1C 57 35
Octal 357 201 40 0 56 127 6 34 127 65
Binary 11101111 10000001 100000 0 101110 1010111 110 11100 1010111 110101

Color Harmonies of #EF8120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8120

Black with #EF8120

Text Example


Text Example

White with #EF8120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8120; }

 p { color: rgb(239,129,32); }

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

background-color css

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

 a { background-color: rgb(239,129,32); }

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

border-color css

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

 span { border-color: rgb(239,129,32); }

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