Html Css Color HEX #EFA809 Gamboge

📋 copy color: '#EFA809'

red 239 ◦ green 168 ◦ blue 9

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

Shades of Gamboge #EFA809

Tints of Gamboge #EFA809

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.38%

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

R = 57.45%
G = 40.38%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EFA809 (or 0xEFA809) is known color: Gamboge. HEX triplet: EF, A8 and 09. RGB value is (239,168,9). Sum of RGB (Red+Green+Blue) = 239+168+9=416 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.45% from 416); Green value is 168 (66.02% from 255 or 40.38% from 416); Blue value is 9 (3.91% from 255 or 2.16% from 416); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA809 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA809 is #1057F6. Grayscale: #ABABAB. Windows color (decimal): -1071095 or 633071. OLE color: 633071.

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

Color convert

RGB 239 168 9 -
CMYK 0 0.30 0.96 0.06
HSL 41.48º 0.93% 0.49% -
HSV(B) 41.48º 0.96% 0.94% -
XYZ 49.65 46.38 6.59 -
YUV 171.1 36.52 176.43 -
System Red Green Blue C M Y K H S L
Decimal 239 168 9 0 0.30 0.96 0.06 41.48 0.93 0.49
Hex EF A8 9 0 1E 60 6 29 5D 31
Octal 357 250 11 0 36 140 6 51 135 61
Binary 11101111 10101000 1001 0 11110 1100000 110 101001 1011101 110001

Color Harmonies of #EFA809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA809

Black with #EFA809

Text Example


Text Example

White with #EFA809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA809; }

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

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

background-color css

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

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

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

border-color css

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

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

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