Html Css Color HEX #EF8B1E Carrot Orange

📋 copy color: '#EF8B1E'

red 239 ◦ green 139 ◦ blue 30

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

Shades of Carrot Orange #EF8B1E

Tints of Carrot Orange #EF8B1E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.07%

 BLUE value IS 30 (12.11% from 255) = 7.35%

R = 58.58%
G = 34.07%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EF8B1E (or 0xEF8B1E) is known color: Carrot Orange. HEX triplet: EF, 8B and 1E. RGB value is (239,139,30). Sum of RGB (Red+Green+Blue) = 239+139+30=408 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.58% from 408); Green value is 139 (54.69% from 255 or 34.07% from 408); Blue value is 30 (12.11% from 255 or 7.35% from 408); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8B1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8B1E is #1074E1. Grayscale: #9D9D9D. Windows color (decimal): -1078498 or 2001903. OLE color: 2001903.

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

Color convert

RGB 239 139 30 -
CMYK 0 0.42 0.87 0.06
HSL 31.29º 0.87% 0.53% -
HSV(B) 31.29º 0.87% 0.94% -
XYZ 45.06 36.91 5.98 -
YUV 156.47 56.63 186.86 -
System Red Green Blue C M Y K H S L
Decimal 239 139 30 0 0.42 0.87 0.06 31.29 0.87 0.53
Hex EF 8B 1E 0 2A 57 6 1F 57 35
Octal 357 213 36 0 52 127 6 37 127 65
Binary 11101111 10001011 11110 0 101010 1010111 110 11111 1010111 110101

Color Harmonies of #EF8B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8B1E

Black with #EF8B1E

Text Example


Text Example

White with #EF8B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8B1E; }

 p { color: rgb(239,139,30); }

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

background-color css

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

 a { background-color: rgb(239,139,30); }

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

border-color css

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

 span { border-color: rgb(239,139,30); }

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