Html Css Color HEX #EF8A1B Carrot Orange

📋 copy color: '#EF8A1B'

red 239 ◦ green 138 ◦ blue 27

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

Shades of Carrot Orange #EF8A1B

Tints of Carrot Orange #EF8A1B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.16%

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

R = 59.16%
G = 34.16%
B = 6.68%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EF8A1B (or 0xEF8A1B) is known color: Carrot Orange. HEX triplet: EF, 8A and 1B. RGB value is (239,138,27). Sum of RGB (Red+Green+Blue) = 239+138+27=404 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.16% from 404); Green value is 138 (54.30% from 255 or 34.16% from 404); Blue value is 27 (10.94% from 255 or 6.68% from 404); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8A1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8A1B is #1075E4. Grayscale: #9C9C9C. Windows color (decimal): -1078757 or 1805039. OLE color: 1805039.

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

Color convert

RGB 239 138 27 -
CMYK 0 0.42 0.89 0.06
HSL 31.42º 0.87% 0.52% -
HSV(B) 31.42º 0.89% 0.94% -
XYZ 44.88 36.61 5.74 -
YUV 155.55 55.46 187.53 -
System Red Green Blue C M Y K H S L
Decimal 239 138 27 0 0.42 0.89 0.06 31.42 0.87 0.52
Hex EF 8A 1B 0 2A 59 6 1F 57 34
Octal 357 212 33 0 52 131 6 37 127 64
Binary 11101111 10001010 11011 0 101010 1011001 110 11111 1010111 110100

Color Harmonies of #EF8A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8A1B

Black with #EF8A1B

Text Example


Text Example

White with #EF8A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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