Html Css Color HEX #EF8C1B Carrot Orange

📋 copy color: '#EF8C1B'

red 239 ◦ green 140 ◦ blue 27

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

Shades of Carrot Orange #EF8C1B

Tints of Carrot Orange #EF8C1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.65%

R = 58.87%
G = 34.48%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EF8C1B (or 0xEF8C1B) is known color: Carrot Orange. HEX triplet: EF, 8C and 1B. RGB value is (239,140,27). Sum of RGB (Red+Green+Blue) = 239+140+27=406 (53% of max value = 765). Red value is 239 (93.75% from 255 or 58.87% from 406); Green value is 140 (55.08% from 255 or 34.48% from 406); Blue value is 27 (10.94% from 255 or 6.65% from 406); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8C1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8C1B is #1073E4. Grayscale: #9D9D9D. Windows color (decimal): -1078245 or 1805551. OLE color: 1805551.

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

Color convert

RGB 239 140 27 -
CMYK 0 0.41 0.89 0.06
HSL 31.98º 0.87% 0.52% -
HSV(B) 31.98º 0.89% 0.94% -
XYZ 45.17 37.19 5.83 -
YUV 156.72 54.8 186.69 -
System Red Green Blue C M Y K H S L
Decimal 239 140 27 0 0.41 0.89 0.06 31.98 0.87 0.52
Hex EF 8C 1B 0 29 59 6 20 57 34
Octal 357 214 33 0 51 131 6 40 127 64
Binary 11101111 10001100 11011 0 101001 1011001 110 100000 1010111 110100

Color Harmonies of #EF8C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8C1B

Black with #EF8C1B

Text Example


Text Example

White with #EF8C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8C1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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