Html Css Color HEX #EFA610 Gamboge

📋 copy color: '#EFA610'

red 239 ◦ green 166 ◦ blue 16

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

Shades of Gamboge #EFA610

Tints of Gamboge #EFA610

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.43%

 BLUE value IS 16 (6.64% from 255) = 3.8%

R = 56.77%
G = 39.43%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#EFA610 (or 0xEFA610) is known color: Gamboge. HEX triplet: EF, A6 and 10. RGB value is (239,166,16). Sum of RGB (Red+Green+Blue) = 239+166+16=421 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.77% from 421); Green value is 166 (65.23% from 255 or 39.43% from 421); Blue value is 16 (6.64% from 255 or 3.80% from 421); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA610 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA610 is #1059EF. Grayscale: #ABABAB. Windows color (decimal): -1071600 or 1091311. OLE color: 1091311.

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

Color convert

RGB 239 166 16 -
CMYK 0 0.31 0.93 0.06
HSL 40.36º 0.87% 0.5% -
HSV(B) 40.36º 0.93% 0.94% -
XYZ 49.33 45.66 6.7 -
YUV 170.73 40.68 176.7 -
System Red Green Blue C M Y K H S L
Decimal 239 166 16 0 0.31 0.93 0.06 40.36 0.87 0.5
Hex EF A6 10 0 1F 5D 6 28 57 32
Octal 357 246 20 0 37 135 6 50 127 62
Binary 11101111 10100110 10000 0 11111 1011101 110 101000 1010111 110010

Color Harmonies of #EFA610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA610

Black with #EFA610

Text Example


Text Example

White with #EFA610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA610; }

 p { color: rgb(239,166,16); }

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

background-color css

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

 a { background-color: rgb(239,166,16); }

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

border-color css

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

 span { border-color: rgb(239,166,16); }

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