Html Css Color HEX #EFA31F Carrot Orange

📋 copy color: '#EFA31F'

red 239 ◦ green 163 ◦ blue 31

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

Shades of Carrot Orange #EFA31F

Tints of Carrot Orange #EFA31F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.16%

R = 55.2%
G = 37.64%
B = 7.16%

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

#EFA31F (or 0xEFA31F) is known color: Carrot Orange. HEX triplet: EF, A3 and 1F. RGB value is (239,163,31). Sum of RGB (Red+Green+Blue) = 239+163+31=433 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.20% from 433); Green value is 163 (64.06% from 255 or 37.64% from 433); Blue value is 31 (12.5% from 255 or 7.16% from 433); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA31F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA31F is #105CE0. Grayscale: #ABABAB. Windows color (decimal): -1072353 or 2073583. OLE color: 2073583.

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

Color convert

RGB 239 163 31 -
CMYK 0 0.32 0.87 0.06
HSL 38.08º 0.87% 0.53% -
HSV(B) 38.08º 0.87% 0.94% -
XYZ 48.94 44.64 7.33 -
YUV 170.68 49.18 176.73 -
System Red Green Blue C M Y K H S L
Decimal 239 163 31 0 0.32 0.87 0.06 38.08 0.87 0.53
Hex EF A3 1F 0 20 57 6 26 57 35
Octal 357 243 37 0 40 127 6 46 127 65
Binary 11101111 10100011 11111 0 100000 1010111 110 100110 1010111 110101

Color Harmonies of #EFA31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA31F

Black with #EFA31F

Text Example


Text Example

White with #EFA31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA31F; }

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

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

background-color css

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

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

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

border-color css

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

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

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