Html Css Color HEX #EF8C1F Carrot Orange

📋 copy color: '#EF8C1F'

red 239 ◦ green 140 ◦ blue 31

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

Shades of Carrot Orange #EF8C1F

Tints of Carrot Orange #EF8C1F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.15%

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

R = 58.29%
G = 34.15%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EF8C1F (or 0xEF8C1F) is known color: Carrot Orange. HEX triplet: EF, 8C and 1F. RGB value is (239,140,31). Sum of RGB (Red+Green+Blue) = 239+140+31=410 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.29% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 31 (12.5% from 255 or 7.56% from 410); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8C1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8C1F is #1073E0. Grayscale: #9D9D9D. Windows color (decimal): -1078241 or 2067695. OLE color: 2067695.

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

Color convert

RGB 239 140 31 -
CMYK 0 0.41 0.87 0.06
HSL 31.44º 0.87% 0.53% -
HSV(B) 31.44º 0.87% 0.94% -
XYZ 45.22 37.21 6.09 -
YUV 157.18 56.8 186.36 -
System Red Green Blue C M Y K H S L
Decimal 239 140 31 0 0.41 0.87 0.06 31.44 0.87 0.53
Hex EF 8C 1F 0 29 57 6 1F 57 35
Octal 357 214 37 0 51 127 6 37 127 65
Binary 11101111 10001100 11111 0 101001 1010111 110 11111 1010111 110101

Color Harmonies of #EF8C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8C1F

Black with #EF8C1F

Text Example


Text Example

White with #EF8C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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