Html Css Color HEX #EFA40C Gamboge

📋 copy color: '#EFA40C'

red 239 ◦ green 164 ◦ blue 12

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

Shades of Gamboge #EFA40C

Tints of Gamboge #EFA40C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.89%

R = 57.59%
G = 39.52%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EFA40C (or 0xEFA40C) is known color: Gamboge. HEX triplet: EF, A4 and 0C. RGB value is (239,164,12). Sum of RGB (Red+Green+Blue) = 239+164+12=415 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.59% from 415); Green value is 164 (64.45% from 255 or 39.52% from 415); Blue value is 12 (5.08% from 255 or 2.89% from 415); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA40C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA40C is #105BF3. Grayscale: #A9A9A9. Windows color (decimal): -1072116 or 828655. OLE color: 828655.

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

Color convert

RGB 239 164 12 -
CMYK 0 0.31 0.95 0.06
HSL 40.18º 0.9% 0.49% -
HSV(B) 40.18º 0.95% 0.94% -
XYZ 48.94 44.93 6.44 -
YUV 169.1 39.35 177.86 -
System Red Green Blue C M Y K H S L
Decimal 239 164 12 0 0.31 0.95 0.06 40.18 0.9 0.49
Hex EF A4 C 0 1F 5F 6 28 5A 31
Octal 357 244 14 0 37 137 6 50 132 61
Binary 11101111 10100100 1100 0 11111 1011111 110 101000 1011010 110001

Color Harmonies of #EFA40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA40C

Black with #EFA40C

Text Example


Text Example

White with #EFA40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA40C; }

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

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

background-color css

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

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

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

border-color css

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

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

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