Html Css Color HEX #EF8F1F Carrot Orange

📋 copy color: '#EF8F1F'

red 239 ◦ green 143 ◦ blue 31

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

Shades of Carrot Orange #EF8F1F

Tints of Carrot Orange #EF8F1F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.62%

 BLUE value IS 31 (12.5% from 255) = 7.51%

R = 57.87%
G = 34.62%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EF8F1F (or 0xEF8F1F) is known color: Carrot Orange. HEX triplet: EF, 8F and 1F. RGB value is (239,143,31). Sum of RGB (Red+Green+Blue) = 239+143+31=413 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.87% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 31 (12.5% from 255 or 7.51% from 413); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8F1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8F1F is #1070E0. Grayscale: #9F9F9F. Windows color (decimal): -1077473 or 2068463. OLE color: 2068463.

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

Color convert

RGB 239 143 31 -
CMYK 0 0.40 0.87 0.06
HSL 32.31º 0.87% 0.53% -
HSV(B) 32.31º 0.87% 0.94% -
XYZ 45.67 38.09 6.24 -
YUV 158.94 55.8 185.11 -
System Red Green Blue C M Y K H S L
Decimal 239 143 31 0 0.40 0.87 0.06 32.31 0.87 0.53
Hex EF 8F 1F 0 28 57 6 20 57 35
Octal 357 217 37 0 50 127 6 40 127 65
Binary 11101111 10001111 11111 0 101000 1010111 110 100000 1010111 110101

Color Harmonies of #EF8F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8F1F

Black with #EF8F1F

Text Example


Text Example

White with #EF8F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8F1F; }

 p { color: rgb(239,143,31); }

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

background-color css

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

 a { background-color: rgb(239,143,31); }

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

border-color css

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

 span { border-color: rgb(239,143,31); }

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