Html Css Color HEX #EFA217 Gamboge

📋 copy color: '#EFA217'

red 239 ◦ green 162 ◦ blue 23

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

Shades of Gamboge #EFA217

Tints of Gamboge #EFA217

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.21%

 BLUE value IS 23 (9.38% from 255) = 5.42%

R = 56.37%
G = 38.21%
B = 5.42%

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

#EFA217 (or 0xEFA217) is known color: Gamboge. HEX triplet: EF, A2 and 17. RGB value is (239,162,23). Sum of RGB (Red+Green+Blue) = 239+162+23=424 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.37% from 424); Green value is 162 (63.67% from 255 or 38.21% from 424); Blue value is 23 (9.38% from 255 or 5.42% from 424); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA217 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA217 is #105DE8. Grayscale: #A9A9A9. Windows color (decimal): -1072617 or 1549039. OLE color: 1549039.

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

Color convert

RGB 239 162 23 -
CMYK 0 0.32 0.90 0.06
HSL 38.61º 0.87% 0.51% -
HSV(B) 38.61º 0.9% 0.94% -
XYZ 48.67 44.25 6.79 -
YUV 169.18 45.51 177.8 -
System Red Green Blue C M Y K H S L
Decimal 239 162 23 0 0.32 0.90 0.06 38.61 0.87 0.51
Hex EF A2 17 0 20 5A 6 27 57 33
Octal 357 242 27 0 40 132 6 47 127 63
Binary 11101111 10100010 10111 0 100000 1011010 110 100111 1010111 110011

Color Harmonies of #EFA217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA217

Black with #EFA217

Text Example


Text Example

White with #EFA217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA217; }

 p { color: rgb(239,162,23); }

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

background-color css

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

 a { background-color: rgb(239,162,23); }

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

border-color css

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

 span { border-color: rgb(239,162,23); }

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