Html Css Color HEX #EF8519 Carrot Orange

📋 copy color: '#EF8519'

red 239 ◦ green 133 ◦ blue 25

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

Shades of Carrot Orange #EF8519

Tints of Carrot Orange #EF8519

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.5%

 BLUE value IS 25 (10.16% from 255) = 6.3%

R = 60.2%
G = 33.5%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EF8519 (or 0xEF8519) is known color: Carrot Orange. HEX triplet: EF, 85 and 19. RGB value is (239,133,25). Sum of RGB (Red+Green+Blue) = 239+133+25=397 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.20% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 25 (10.16% from 255 or 6.30% from 397); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8519 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8519 is #107AE6. Grayscale: #989898. Windows color (decimal): -1080039 or 1672687. OLE color: 1672687.

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

Color convert

RGB 239 133 25 -
CMYK 0 0.44 0.90 0.06
HSL 30.28º 0.87% 0.52% -
HSV(B) 30.28º 0.9% 0.94% -
XYZ 44.16 35.2 5.39 -
YUV 152.38 56.12 189.78 -
System Red Green Blue C M Y K H S L
Decimal 239 133 25 0 0.44 0.90 0.06 30.28 0.87 0.52
Hex EF 85 19 0 2C 5A 6 1E 57 34
Octal 357 205 31 0 54 132 6 36 127 64
Binary 11101111 10000101 11001 0 101100 1011010 110 11110 1010111 110100

Color Harmonies of #EF8519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8519

Black with #EF8519

Text Example


Text Example

White with #EF8519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8519; }

 p { color: rgb(239,133,25); }

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

background-color css

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

 a { background-color: rgb(239,133,25); }

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

border-color css

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

 span { border-color: rgb(239,133,25); }

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