Html Css Color HEX #EFA111 Gamboge

📋 copy color: '#EFA111'

red 239 ◦ green 161 ◦ blue 17

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

Shades of Gamboge #EFA111

Tints of Gamboge #EFA111

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.61%

 BLUE value IS 17 (7.03% from 255) = 4.08%

R = 57.31%
G = 38.61%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#EFA111 (or 0xEFA111) is known color: Gamboge. HEX triplet: EF, A1 and 11. RGB value is (239,161,17). Sum of RGB (Red+Green+Blue) = 239+161+17=417 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.31% from 417); Green value is 161 (63.28% from 255 or 38.61% from 417); Blue value is 17 (7.03% from 255 or 4.08% from 417); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA111 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA111 is #105EEE. Grayscale: #A8A8A8. Windows color (decimal): -1072879 or 1155567. OLE color: 1155567.

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

Color convert

RGB 239 161 17 -
CMYK 0 0.33 0.93 0.06
HSL 38.92º 0.87% 0.5% -
HSV(B) 38.92º 0.93% 0.94% -
XYZ 48.44 43.88 6.45 -
YUV 167.91 42.84 178.71 -
System Red Green Blue C M Y K H S L
Decimal 239 161 17 0 0.33 0.93 0.06 38.92 0.87 0.5
Hex EF A1 11 0 21 5D 6 27 57 32
Octal 357 241 21 0 41 135 6 47 127 62
Binary 11101111 10100001 10001 0 100001 1011101 110 100111 1010111 110010

Color Harmonies of #EFA111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA111

Black with #EFA111

Text Example


Text Example

White with #EFA111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA111; }

 p { color: rgb(239,161,17); }

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

background-color css

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

 a { background-color: rgb(239,161,17); }

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

border-color css

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

 span { border-color: rgb(239,161,17); }

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