Html Css Color HEX #EFA319 Gamboge

📋 copy color: '#EFA319'

red 239 ◦ green 163 ◦ blue 25

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

Shades of Gamboge #EFA319

Tints of Gamboge #EFA319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.85%

R = 55.97%
G = 38.17%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EFA319 (or 0xEFA319) is known color: Gamboge. HEX triplet: EF, A3 and 19. RGB value is (239,163,25). Sum of RGB (Red+Green+Blue) = 239+163+25=427 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.97% from 427); Green value is 163 (64.06% from 255 or 38.17% from 427); Blue value is 25 (10.16% from 255 or 5.85% from 427); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA319 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA319 is #105CE6. Grayscale: #AAAAAA. Windows color (decimal): -1072359 or 1680367. OLE color: 1680367.

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

Color convert

RGB 239 163 25 -
CMYK 0 0.32 0.90 0.06
HSL 38.69º 0.87% 0.52% -
HSV(B) 38.69º 0.9% 0.94% -
XYZ 48.87 44.62 6.96 -
YUV 169.99 46.18 177.22 -
System Red Green Blue C M Y K H S L
Decimal 239 163 25 0 0.32 0.90 0.06 38.69 0.87 0.52
Hex EF A3 19 0 20 5A 6 27 57 34
Octal 357 243 31 0 40 132 6 47 127 64
Binary 11101111 10100011 11001 0 100000 1011010 110 100111 1010111 110100

Color Harmonies of #EFA319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA319

Black with #EFA319

Text Example


Text Example

White with #EFA319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA319; }

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

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

background-color css

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

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

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

border-color css

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

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

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