Html Css Color HEX #EFA409 Gamboge

📋 copy color: '#EFA409'

red 239 ◦ green 164 ◦ blue 9

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

Shades of Gamboge #EFA409

Tints of Gamboge #EFA409

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.81%

 BLUE value IS 9 (3.91% from 255) = 2.18%

R = 58.01%
G = 39.81%
B = 2.18%

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

#EFA409 (or 0xEFA409) is known color: Gamboge. HEX triplet: EF, A4 and 09. RGB value is (239,164,9). Sum of RGB (Red+Green+Blue) = 239+164+9=412 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.01% from 412); Green value is 164 (64.45% from 255 or 39.81% from 412); Blue value is 9 (3.91% from 255 or 2.18% from 412); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA409 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA409 is #105BF6. Grayscale: #A9A9A9. Windows color (decimal): -1072119 or 632047. OLE color: 632047.

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

Color convert

RGB 239 164 9 -
CMYK 0 0.31 0.96 0.06
HSL 40.43º 0.93% 0.49% -
HSV(B) 40.43º 0.96% 0.94% -
XYZ 48.92 44.92 6.35 -
YUV 168.76 37.85 178.1 -
System Red Green Blue C M Y K H S L
Decimal 239 164 9 0 0.31 0.96 0.06 40.43 0.93 0.49
Hex EF A4 9 0 1F 60 6 28 5D 31
Octal 357 244 11 0 37 140 6 50 135 61
Binary 11101111 10100100 1001 0 11111 1100000 110 101000 1011101 110001

Color Harmonies of #EFA409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA409

Black with #EFA409

Text Example


Text Example

White with #EFA409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA409; }

 p { color: rgb(239,164,9); }

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

background-color css

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

 a { background-color: rgb(239,164,9); }

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

border-color css

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

 span { border-color: rgb(239,164,9); }

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