Html Css Color HEX #EFA024 Carrot Orange

📋 copy color: '#EFA024'

red 239 ◦ green 160 ◦ blue 36

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

Shades of Carrot Orange #EFA024

Tints of Carrot Orange #EFA024

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.78%

 BLUE value IS 36 (14.45% from 255) = 8.28%

R = 54.94%
G = 36.78%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#EFA024 (or 0xEFA024) is known color: Carrot Orange. HEX triplet: EF, A0 and 24. RGB value is (239,160,36). Sum of RGB (Red+Green+Blue) = 239+160+36=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 160 (62.89% from 255 or 36.78% from 435); Blue value is 36 (14.45% from 255 or 8.28% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA024 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA024 is #105FDB. Grayscale: #AAAAAA. Windows color (decimal): -1073116 or 2400495. OLE color: 2400495.

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

Color convert

RGB 239 160 36 -
CMYK 0 0.33 0.85 0.06
HSL 36.65º 0.86% 0.54% -
HSV(B) 36.65º 0.85% 0.94% -
XYZ 48.49 43.62 7.53 -
YUV 169.49 52.67 177.58 -
System Red Green Blue C M Y K H S L
Decimal 239 160 36 0 0.33 0.85 0.06 36.65 0.86 0.54
Hex EF A0 24 0 21 55 6 25 56 36
Octal 357 240 44 0 41 125 6 45 126 66
Binary 11101111 10100000 100100 0 100001 1010101 110 100101 1010110 110110

Color Harmonies of #EFA024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA024

Black with #EFA024

Text Example


Text Example

White with #EFA024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA024; }

 p { color: rgb(239,160,36); }

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

background-color css

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

 a { background-color: rgb(239,160,36); }

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

border-color css

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

 span { border-color: rgb(239,160,36); }

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