Html Css Color HEX #EF8521 Carrot Orange

📋 copy color: '#EF8521'

red 239 ◦ green 133 ◦ blue 33

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

Shades of Carrot Orange #EF8521

Tints of Carrot Orange #EF8521

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.84%

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

R = 59.01%
G = 32.84%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#EF8521 (or 0xEF8521) is known color: Carrot Orange. HEX triplet: EF, 85 and 21. RGB value is (239,133,33). Sum of RGB (Red+Green+Blue) = 239+133+33=405 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.01% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 33 (13.28% from 255 or 8.15% from 405); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8521 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8521 is #107ADE. Grayscale: #999999. Windows color (decimal): -1080031 or 2196975. OLE color: 2196975.

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

Color convert

RGB 239 133 33 -
CMYK 0 0.44 0.86 0.06
HSL 29.13º 0.87% 0.53% -
HSV(B) 29.13º 0.86% 0.94% -
XYZ 44.26 35.24 5.91 -
YUV 153.29 60.12 189.13 -
System Red Green Blue C M Y K H S L
Decimal 239 133 33 0 0.44 0.86 0.06 29.13 0.87 0.53
Hex EF 85 21 0 2C 56 6 1D 57 35
Octal 357 205 41 0 54 126 6 35 127 65
Binary 11101111 10000101 100001 0 101100 1010110 110 11101 1010111 110101

Color Harmonies of #EF8521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8521

Black with #EF8521

Text Example


Text Example

White with #EF8521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8521; }

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

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

background-color css

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

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

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

border-color css

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

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

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