Html Css Color HEX #EFA00C Gamboge

📋 copy color: '#EFA00C'

red 239 ◦ green 160 ◦ blue 12

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

Shades of Gamboge #EFA00C

Tints of Gamboge #EFA00C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.93%

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

R = 58.15%
G = 38.93%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EFA00C (or 0xEFA00C) is known color: Gamboge. HEX triplet: EF, A0 and 0C. RGB value is (239,160,12). Sum of RGB (Red+Green+Blue) = 239+160+12=411 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.15% from 411); Green value is 160 (62.89% from 255 or 38.93% from 411); Blue value is 12 (5.08% from 255 or 2.92% from 411); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA00C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA00C is #105FF3. Grayscale: #A7A7A7. Windows color (decimal): -1073140 or 827631. OLE color: 827631.

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

Color convert

RGB 239 160 12 -
CMYK 0 0.33 0.95 0.06
HSL 39.12º 0.9% 0.49% -
HSV(B) 39.12º 0.95% 0.94% -
XYZ 48.23 43.52 6.21 -
YUV 166.75 40.67 179.53 -
System Red Green Blue C M Y K H S L
Decimal 239 160 12 0 0.33 0.95 0.06 39.12 0.9 0.49
Hex EF A0 C 0 21 5F 6 27 5A 31
Octal 357 240 14 0 41 137 6 47 132 61
Binary 11101111 10100000 1100 0 100001 1011111 110 100111 1011010 110001

Color Harmonies of #EFA00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA00C

Black with #EFA00C

Text Example


Text Example

White with #EFA00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA00C; }

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

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

background-color css

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

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

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

border-color css

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

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

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