Html Css Color HEX #EFA320 Carrot Orange

📋 copy color: '#EFA320'

red 239 ◦ green 163 ◦ blue 32

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

Shades of Carrot Orange #EFA320

Tints of Carrot Orange #EFA320

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.56%

 BLUE value IS 32 (12.89% from 255) = 7.37%

R = 55.07%
G = 37.56%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EFA320 (or 0xEFA320) is known color: Carrot Orange. HEX triplet: EF, A3 and 20. RGB value is (239,163,32). Sum of RGB (Red+Green+Blue) = 239+163+32=434 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.07% from 434); Green value is 163 (64.06% from 255 or 37.56% from 434); Blue value is 32 (12.89% from 255 or 7.37% from 434); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA320 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA320 is #105CDF. Grayscale: #ABABAB. Windows color (decimal): -1072352 or 2139119. OLE color: 2139119.

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

Color convert

RGB 239 163 32 -
CMYK 0 0.32 0.87 0.06
HSL 37.97º 0.87% 0.53% -
HSV(B) 37.97º 0.87% 0.94% -
XYZ 48.95 44.65 7.4 -
YUV 170.79 49.68 176.65 -
System Red Green Blue C M Y K H S L
Decimal 239 163 32 0 0.32 0.87 0.06 37.97 0.87 0.53
Hex EF A3 20 0 20 57 6 26 57 35
Octal 357 243 40 0 40 127 6 46 127 65
Binary 11101111 10100011 100000 0 100000 1010111 110 100110 1010111 110101

Color Harmonies of #EFA320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA320

Black with #EFA320

Text Example


Text Example

White with #EFA320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA320; }

 p { color: rgb(239,163,32); }

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

background-color css

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

 a { background-color: rgb(239,163,32); }

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

border-color css

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

 span { border-color: rgb(239,163,32); }

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