Html Css Color HEX #EF8319 Carrot Orange

📋 copy color: '#EF8319'

red 239 ◦ green 131 ◦ blue 25

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

Shades of Carrot Orange #EF8319

Tints of Carrot Orange #EF8319

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.16%

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

R = 60.51%
G = 33.16%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EF8319 (or 0xEF8319) is known color: Carrot Orange. HEX triplet: EF, 83 and 19. RGB value is (239,131,25). Sum of RGB (Red+Green+Blue) = 239+131+25=395 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.51% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 25 (10.16% from 255 or 6.33% from 395); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8319 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8319 is #107CE6. Grayscale: #979797. Windows color (decimal): -1080551 or 1672175. OLE color: 1672175.

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

Color convert

RGB 239 131 25 -
CMYK 0 0.45 0.90 0.06
HSL 29.72º 0.87% 0.52% -
HSV(B) 29.72º 0.9% 0.94% -
XYZ 43.89 34.65 5.3 -
YUV 151.21 56.78 190.62 -
System Red Green Blue C M Y K H S L
Decimal 239 131 25 0 0.45 0.90 0.06 29.72 0.87 0.52
Hex EF 83 19 0 2D 5A 6 1E 57 34
Octal 357 203 31 0 55 132 6 36 127 64
Binary 11101111 10000011 11001 0 101101 1011010 110 11110 1010111 110100

Color Harmonies of #EF8319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8319

Black with #EF8319

Text Example


Text Example

White with #EF8319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8319; }

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

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

background-color css

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

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

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

border-color css

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

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

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