Html Css Color HEX #EF8D1B Carrot Orange

📋 copy color: '#EF8D1B'

red 239 ◦ green 141 ◦ blue 27

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

Shades of Carrot Orange #EF8D1B

Tints of Carrot Orange #EF8D1B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.64%

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

R = 58.72%
G = 34.64%
B = 6.63%

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

#EF8D1B (or 0xEF8D1B) is known color: Carrot Orange. HEX triplet: EF, 8D and 1B. RGB value is (239,141,27). Sum of RGB (Red+Green+Blue) = 239+141+27=407 (53% of max value = 765). Red value is 239 (93.75% from 255 or 58.72% from 407); Green value is 141 (55.47% from 255 or 34.64% from 407); Blue value is 27 (10.94% from 255 or 6.63% from 407); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8D1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8D1B is #1072E4. Grayscale: #9D9D9D. Windows color (decimal): -1077989 or 1805807. OLE color: 1805807.

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

Color convert

RGB 239 141 27 -
CMYK 0 0.41 0.89 0.06
HSL 32.26º 0.87% 0.52% -
HSV(B) 32.26º 0.89% 0.94% -
XYZ 45.32 37.48 5.88 -
YUV 157.31 54.47 186.27 -
System Red Green Blue C M Y K H S L
Decimal 239 141 27 0 0.41 0.89 0.06 32.26 0.87 0.52
Hex EF 8D 1B 0 29 59 6 20 57 34
Octal 357 215 33 0 51 131 6 40 127 64
Binary 11101111 10001101 11011 0 101001 1011001 110 100000 1010111 110100

Color Harmonies of #EF8D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8D1B

Black with #EF8D1B

Text Example


Text Example

White with #EF8D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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