Html Css Color HEX #EFA60A Gamboge

📋 copy color: '#EFA60A'

red 239 ◦ green 166 ◦ blue 10

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

Shades of Gamboge #EFA60A

Tints of Gamboge #EFA60A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.41%

R = 57.59%
G = 40%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EFA60A (or 0xEFA60A) is known color: Gamboge. HEX triplet: EF, A6 and 0A. RGB value is (239,166,10). Sum of RGB (Red+Green+Blue) = 239+166+10=415 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.59% from 415); Green value is 166 (65.23% from 255 or 40% from 415); Blue value is 10 (4.30% from 255 or 2.41% from 415); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA60A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA60A is #1059F5. Grayscale: #AAAAAA. Windows color (decimal): -1071606 or 698095. OLE color: 698095.

HSL color Cylindrical-coordinate representation of color #EFA60A: hue angle of 40.87º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EFA60A is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 166 10 -
CMYK 0 0.31 0.96 0.06
HSL 40.87º 0.92% 0.49% -
HSV(B) 40.87º 0.96% 0.94% -
XYZ 49.29 45.65 6.5 -
YUV 170.04 37.68 177.18 -
System Red Green Blue C M Y K H S L
Decimal 239 166 10 0 0.31 0.96 0.06 40.87 0.92 0.49
Hex EF A6 A 0 1F 60 6 29 5C 31
Octal 357 246 12 0 37 140 6 51 134 61
Binary 11101111 10100110 1010 0 11111 1100000 110 101001 1011100 110001

Color Harmonies of #EFA60A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA60A

Black with #EFA60A

Text Example


Text Example

White with #EFA60A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA60A; }

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

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

background-color css

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

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

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

border-color css

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

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

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