Html Css Color HEX #EF8F21 Carrot Orange

📋 copy color: '#EF8F21'

red 239 ◦ green 143 ◦ blue 33

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

Shades of Carrot Orange #EF8F21

Tints of Carrot Orange #EF8F21

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.46%

 BLUE value IS 33 (13.28% from 255) = 7.95%

R = 57.59%
G = 34.46%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#EF8F21 (or 0xEF8F21) is known color: Carrot Orange. HEX triplet: EF, 8F and 21. RGB value is (239,143,33). Sum of RGB (Red+Green+Blue) = 239+143+33=415 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.59% from 415); Green value is 143 (56.25% from 255 or 34.46% from 415); Blue value is 33 (13.28% from 255 or 7.95% from 415); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8F21 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8F21 is #1070DE. Grayscale: #9F9F9F. Windows color (decimal): -1077471 or 2199535. OLE color: 2199535.

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

Color convert

RGB 239 143 33 -
CMYK 0 0.40 0.86 0.06
HSL 32.04º 0.87% 0.53% -
HSV(B) 32.04º 0.86% 0.94% -
XYZ 45.69 38.11 6.39 -
YUV 159.16 56.8 184.94 -
System Red Green Blue C M Y K H S L
Decimal 239 143 33 0 0.40 0.86 0.06 32.04 0.87 0.53
Hex EF 8F 21 0 28 56 6 20 57 35
Octal 357 217 41 0 50 126 6 40 127 65
Binary 11101111 10001111 100001 0 101000 1010110 110 100000 1010111 110101

Color Harmonies of #EF8F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8F21

Black with #EF8F21

Text Example


Text Example

White with #EF8F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8F21; }

 p { color: rgb(239,143,33); }

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

background-color css

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

 a { background-color: rgb(239,143,33); }

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

border-color css

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

 span { border-color: rgb(239,143,33); }

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