Html Css Color HEX #EFA022 Carrot Orange

📋 copy color: '#EFA022'

red 239 ◦ green 160 ◦ blue 34

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

Shades of Carrot Orange #EFA022

Tints of Carrot Orange #EFA022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.85%

R = 55.2%
G = 36.95%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#EFA022 (or 0xEFA022) is known color: Carrot Orange. HEX triplet: EF, A0 and 22. RGB value is (239,160,34). Sum of RGB (Red+Green+Blue) = 239+160+34=433 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.20% from 433); Green value is 160 (62.89% from 255 or 36.95% from 433); Blue value is 34 (13.67% from 255 or 7.85% from 433); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA022 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA022 is #105FDD. Grayscale: #A9A9A9. Windows color (decimal): -1073118 or 2269423. OLE color: 2269423.

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

Color convert

RGB 239 160 34 -
CMYK 0 0.33 0.86 0.06
HSL 36.88º 0.86% 0.54% -
HSV(B) 36.88º 0.86% 0.94% -
XYZ 48.46 43.61 7.38 -
YUV 169.26 51.67 177.75 -
System Red Green Blue C M Y K H S L
Decimal 239 160 34 0 0.33 0.86 0.06 36.88 0.86 0.54
Hex EF A0 22 0 21 56 6 25 56 36
Octal 357 240 42 0 41 126 6 45 126 66
Binary 11101111 10100000 100010 0 100001 1010110 110 100101 1010110 110110

Color Harmonies of #EFA022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA022

Black with #EFA022

Text Example


Text Example

White with #EFA022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA022; }

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

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

background-color css

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

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

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

border-color css

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

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

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